summaryrefslogtreecommitdiff
path: root/libc/include/inttypes.yaml
blob: d5dec5b465ba45ec311bd42a9386000d2d7d2d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
header: inttypes.h
header_template: inttypes.h.def
macros: []
types:
  - type_name: imaxdiv_t
enums: []
objects: []
functions:
  - name: imaxabs
    standards:
      - stdc
    return_type: intmax_t
    arguments:
      - type: intmax_t
  - name: imaxdiv
    standards:
      - stdc
    return_type: imaxdiv_t
    arguments:
      - type: intmax_t
      - type: intmax_t
  - name: strtoimax
    standards:
      - stdc
    return_type: intmax_t
    arguments:
      - type: const char *__restrict
      - type: char * *__restrict
      - type: int
  - name: strtoumax
    standards:
      - stdc
    return_type: uintmax_t
    arguments:
      - type: const char *__restrict
      - type: char * *__restrict
      - type: int