mirror of https://github.com/Wind4/vlmcsd
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
176 B
C
8 lines
176 B
C
8 years ago
|
/* 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
|