5 lines
97 B
C
5 lines
97 B
C
#ifndef _BYTEORDER_H_
|
|
#define _BYTEORDER_H_
|
|
void uint32touint8p(uint32_t v, uint8_t *p);
|
|
|
|
#endif
|