XenevaOS
Loading...
Searching...
No Matches
endian.h
Go to the documentation of this file.
1
30#ifndef _ENDIAN_H
31#define _ENDIAN_H
32
33#define __LITTLE_ENDIAN 1234
34#define __BIG_ENDIAN 4321
35
36#define __BYTE_ORDER __LITTLE_ENDIAN
37
38#endif
39