forked from bip/bip
1
0
Fork 0
bip/src/b64/common.h

4 lines
51 B
C

#ifndef BIT
#define BIT(x) (int)(1U << (x))
#endif