brintos

brintos / llvm-project-archived public Read only

0
0
Text · 282 B · 399cc91 Raw
17 lines · yaml
1header: poll.h2header_template: poll.h.def3macros: []4types:5  - type_name: struct_pollfd6  - type_name: nfds_t7enums: []8functions:9  - name: poll10    standards:11      - posix12    return_type: int13    arguments:14      - type: struct pollfd *15      - type: nfds_t16      - type: int17