[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / libc / newhdrgen / yaml / arpa / inet.yaml
blobcb366e0f5d694108cd50a4a249d2e1b91646fa2b
1 header: arpa-inet.h
2 macros: []
3 types: []
4 enums: []
5 objects: []
6 functions:
7   - name: htonl
8     standards:
9       - POSIX
10     return_type: uint32_t
11     arguments:
12       - type: uint32_t
13   - name: htons
14     standards:
15       - POSIX
16     return_type: uint16_t
17     arguments:
18       - type: uint16_t
19   - name: ntohl
20     standards:
21       - POSIX
22     return_type: uint32_t
23     arguments:
24       - type: uint32_t
25   - name: ntohs
26     standards:
27       - POSIX
28     return_type: uint16_t
29     arguments:
30       - type: uint16_t