1
Fork 0
turbonss/src/bitbool.c

3 lines
113 B
C
Raw Normal View History

#include "bitbool.h"
const cmph_uint8 bitmask[] = { 1, 1 << 1, 1 << 2, 1 << 3, 1 << 4, 1 << 5, 1 << 6, 1 << 7 };