mirror of
https://github.com/ziglang/zig.git
synced 2025-12-13 09:43:09 +00:00
6 lines
137 B
C
6 lines
137 B
C
#ifndef _ENDIAN_H
|
|
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
|
|
#endif
|
|
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|