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