mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
8 lines
135 B
C
8 lines
135 B
C
#ifndef LIBA_MSUN_MACHINE_ENDIAN_H
|
|
#define LIBA_MSUN_MACHINE_ENDIAN_H
|
|
|
|
#define LITTLE_ENDIAN 1234
|
|
#define BIG_ENDIAN 4321
|
|
|
|
#endif
|