/* little/big endian? */ #include typedef unsigned char *byteptr; void show_bytes(void* ptr, int count){ int i; byteptr bp = (byteptr) ptr; printf(" at %p : ", ptr); for (i=0; i