#ifndef BLUELIB_CORE_BITOP_H_ #define BLUELIB_CORE_BITOP_H_ #include BLUE_API int b_popcountl(long v); BLUE_API int b_ctzl(long v); BLUE_API int b_clzl(long v); #endif