mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 14:54:42 +00:00
7 lines
No EOL
175 B
C
7 lines
No EOL
175 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 |