1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
header: poll.h header_template: poll.h.def macros: [] types: - type_name: struct_pollfd - type_name: nfds_t enums: [] functions: - name: poll standards: - posix return_type: int arguments: - type: struct pollfd * - type: nfds_t - type: int