33 lines · yaml
1header: sys/time.h2header_template: time.h.def3standards: Linux4macros: []5types:6 - type_name: struct_timeval7 - type_name: struct_itimerval8enums: []9objects: []10functions:11 - name: utimes12 return_type: int13 arguments:14 - type: const char*15 - type: const struct timeval*16 17 - name: setitimer18 standards:19 - POSIX20 return_type: int21 arguments:22 - type: int23 - type: const struct itimerval *__restrict24 - type: struct itimerval *__restrict25 26 - name: getitimer27 standards:28 - POSIX29 return_type: int30 arguments:31 - type: int32 - type: struct itimerval *33