Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Examples  

bitmanip.h

Go to the documentation of this file.
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 

Generated on Thu Apr 3 16:23:42 2003 for Common_C_libraries by doxygen1.3-rc1