bip/src/utils/utils/common.h

4 lines
51 B
C

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