00001 /*! \file bitmanip.h 00002 Generic header file for bit manipulation functions. 00003 */ 00004 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00010 00011 #ifndef BIYMANIP_HDD 00012 00013 #include "my_endian.h" 00014 00015 #define BIYMANIP_HDD 00016 #endif 00017 00018 00019 #ifdef __cplusplus 00020 } 00021 #endif 00022