24 lines · yaml
1header: sys/resource.h2header_template: resource.h.def3macros: []4types:5 - type_name: struct_rlimit6 - type_name: rlim_t7enums: []8objects: []9functions:10 - name: getrlimit11 standards:12 - POSIX13 return_type: int14 arguments:15 - type: int16 - type: struct rlimit *17 - name: setrlimit18 standards:19 - POSIX20 return_type: int21 arguments:22 - type: int23 - type: const struct rlimit *24