Synopsis
unsigned char __bit_reverse_char(unsigned char x);
Description

__bit_reverse_char swaps the order of all bits of x and returns that as its result.

__bit_reverse_char is an intrinsic function and produces inline code.