00001 #ifndef ENDIANSWAP_SWAPINT_H 00002 #define ENDIANSWAP_SWAPINT_H 00003 00004 long ES_swap_long(const long *val); 00005 int ES_swap_int(const int *val); 00006 short ES_swap_short(const short *val); 00007 00008 #endif