00001 /* define for src/common/bits.hpp*/ 00002 #ifndef _CORE_COMMON_BITS_HPP 00003 #define _CORE_COMMON_BITS_HPP 00004 00005 extern char bit_val(char n, char which); 00006 extern char bit_set(char n, char which, char what); 00007 extern char bit_ptr(char *n, char which, char what); 00008 00009 #endif