00001 #ifndef ENDIANSWAP_SWAP_H 00002 #define ENDIANSWAP_SWAP_H 00003 00004 void * ES_swap(void * val,size_t size); 00005 00006 #endif