00001 #ifndef __BYTESWAP_H 00002 #define __BYTESWAP_H 00003 00004 void byteswap(int size, int n, char *val); 00005 00006 #endif