8 lines
No EOL
113 B
C
8 lines
No EOL
113 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
/**
|
|
* Reverse the bits of a given byte
|
|
*/
|
|
uint8_t reverseBits(uint8_t byte); |