00001
00002
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