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

my_endian.h

Go to the documentation of this file.
00001 /*! \file my_endian.h
00002     Header file for endian.c.
00003  */
00004 
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008 
00009 #ifdef ENDIANS_HPP
00010 
00011   void swap_short_2(short *tni2);
00012   void swap_u_short_2(unsigned short *tni2);
00013   void swap_int_4(int *tni4);
00014   void swap_u_int_4(unsigned int *tni4);
00015   void swap_long_4(long *tni4);
00016   void swap_u_long_4(unsigned long *tni4);
00017   void swap_float_4(float *tnf4);
00018   void swap_double_8(double *tndd8);
00019 
00020   #define ENDIANS_HPP
00021 #endif
00022 
00023 #ifdef __cplusplus
00024 }
00025 #endif
00026 

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