17 lines · yaml
1header: sys/ioctl.h2header_template: ioctl.h.def3standards: POSIX4macros: []5types: []6enums: []7objects: []8functions:9 - name: ioctl10 standards:11 - Linux12 return_type: int13 arguments:14 - type: int15 - type: unsigned long16 - type: '...'17