mirror of
https://github.com/Wind4/vlmcsd.git
synced 2024-11-05 17:36:12 +01:00
8 lines
176 B
C
8 lines
176 B
C
/* i386/x86_64 are little-endian. */
|
|
|
|
#ifndef _ENDIAN_H
|
|
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
|
|
#endif
|
|
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|