#ifndef _BYTEORDER_H_ #define _BYTEORDER_H_ void uint32touint8p(uint32_t v, uint8_t *p); #endif