38 lines · yaml
1header: inttypes.h2header_template: inttypes.h.def3macros: []4types:5 - type_name: imaxdiv_t6enums: []7objects: []8functions:9 - name: imaxabs10 standards:11 - stdc12 return_type: intmax_t13 arguments:14 - type: intmax_t15 - name: imaxdiv16 standards:17 - stdc18 return_type: imaxdiv_t19 arguments:20 - type: intmax_t21 - type: intmax_t22 - name: strtoimax23 standards:24 - stdc25 return_type: intmax_t26 arguments:27 - type: const char *__restrict28 - type: char * *__restrict29 - type: int30 - name: strtoumax31 standards:32 - stdc33 return_type: uintmax_t34 arguments:35 - type: const char *__restrict36 - type: char * *__restrict37 - type: int38