Skip to content

Commit 5fcc927

Browse files
committed
add doc for endian
1 parent 5650441 commit 5fcc927

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

libc/docs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ if (SPHINX_FOUND)
3939
assert
4040
cpio
4141
ctype
42+
endian
4243
errno
4344
fenv
4445
float

libc/docs/headers/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Implementation Status
1010
complex
1111
cpio
1212
ctype
13+
endian
1314
errno
1415
fenv
1516
float

libc/utils/docgen/endian.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
macros:
2+
LITTLE_ENDIAN:
3+
in-latest-posix: ''
4+
BIG_ENDIAN:
5+
in-latest-posix: ''
6+
BYTE_ORDER:
7+
in-latest-posix: ''
8+

0 commit comments

Comments
 (0)