summaryrefslogtreecommitdiff
path: root/libc/utils/docgen/endian.yaml
blob: f100a11260667be600dda877b4252c74d7e03619 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
macros:
  LITTLE_ENDIAN:
    in-latest-posix: ''
  BIG_ENDIAN:
    in-latest-posix: ''
  BYTE_ORDER:
    in-latest-posix: ''
  be16toh:
    in-latest-posix: ''
  be32toh:
    in-latest-posix: ''
  be64toh:
    in-latest-posix: ''
  htobe16:
    in-latest-posix: ''
  htobe32:
    in-latest-posix: ''
  htobe64:
    in-latest-posix: ''
  htole16:
    in-latest-posix: ''
  htole32:
    in-latest-posix: ''
  htole64:
    in-latest-posix: ''
  le16toh:
    in-latest-posix: ''
  le32toh:
    in-latest-posix: ''
  le64toh:
    in-latest-posix: ''