aboutsummaryrefslogtreecommitdiff
path: root/libc/utils/docgen/stdlib.yaml
blob: 526ddefbe1ce3e159f086d98b771673a8f666fb8 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
functions:
  _Exit:
    c-definition: 7.24.4.5
    in-latest-posix: ''
  abort:
    c-definition: 7.24.4.1
    in-latest-posix: ''
  abs:
    c-definition: 7.24.6.1
    in-latest-posix: ''
  aligned_alloc:
    c-definition: 7.24.3.1
    in-latest-posix: ''
  at_quick_exit:
    c-definition: 7.24.4.3
    in-latest-posix: ''
  atexit:
    c-definition: 7.24.4.2
    in-latest-posix: ''
  atof:
    c-definition: 7.24.1.1
    in-latest-posix: ''
  atoi:
    c-definition: 7.24.1.2
    in-latest-posix: ''
  atol:
    c-definition: 7.24.1.2
    in-latest-posix: ''
  atoll:
    c-definition: 7.24.1.2
    in-latest-posix: ''
  bsearch:
    c-definition: 7.24.5.1
    in-latest-posix: ''
  calloc:
    c-definition: 7.24.3.2
    in-latest-posix: ''
  div:
    c-definition: 7.24.6.2
    in-latest-posix: ''
  exit:
    c-definition: 7.24.4.4
    in-latest-posix: ''
  free:
    c-definition: 7.24.3.3
    in-latest-posix: ''
  free_aligned_sized:
    c-definition: 7.24.3.5
  free_sized:
    c-definition: 7.24.3.4
  getenv:
    c-definition: 7.24.4.6
    in-latest-posix: ''
  labs:
    c-definition: 7.24.6.1
    in-latest-posix: ''
  ldiv:
    c-definition: 7.24.6.2
    in-latest-posix: ''
  llabs:
    c-definition: 7.24.6.1
    in-latest-posix: ''
  lldiv:
    c-definition: 7.24.6.2
    in-latest-posix: ''
  malloc:
    c-definition: 7.24.3.6
    in-latest-posix: ''
  mblen:
    c-definition: 7.24.7.1
    in-latest-posix: ''
  mbstowcs:
    c-definition: 7.24.8.1
    in-latest-posix: ''
  mbtowc:
    c-definition: 7.24.7.2
    in-latest-posix: ''
  memalignment:
    c-definition: 7.24.9.1
  qsort:
    c-definition: 7.24.5.2
    in-latest-posix: ''
  quick_exit:
    c-definition: 7.24.4.7
    in-latest-posix: ''
  rand:
    c-definition: 7.24.2.1
    in-latest-posix: ''
  realloc:
    c-definition: 7.24.3.7
    in-latest-posix: ''
  srand:
    c-definition: 7.24.2.2
    in-latest-posix: ''
  strfromd:
    c-definition: 7.24.1.3
  strfromd128:
    c-definition: 7.24.1.4
  strfromd32:
    c-definition: 7.24.1.4
  strfromd64:
    c-definition: 7.24.1.4
  strfromf:
    c-definition: 7.24.1.3
  strfroml:
    c-definition: 7.24.1.3
  strtod:
    c-definition: 7.24.1.5
    in-latest-posix: ''
  strtod128:
    c-definition: 7.24.1.6
  strtod32:
    c-definition: 7.24.1.6
  strtod64:
    c-definition: 7.24.1.6
  strtof:
    c-definition: 7.24.1.5
    in-latest-posix: ''
  strtol:
    c-definition: 7.24.1.7
    in-latest-posix: ''
  strtold:
    c-definition: 7.24.1.5
    in-latest-posix: ''
  strtoll:
    c-definition: 7.24.1.7
    in-latest-posix: ''
  strtoul:
    c-definition: 7.24.1.7
    in-latest-posix: ''
  strtoull:
    c-definition: 7.24.1.7
    in-latest-posix: ''
  system:
    c-definition: 7.24.4.8
    in-latest-posix: ''
  wcstombs:
    c-definition: 7.24.8.2
    in-latest-posix: ''
  wctomb:
    c-definition: 7.24.7.3
    in-latest-posix: ''
macros:
  EXIT_FAILURE:
    c-definition: '7.24'
    in-latest-posix: ''
  EXIT_SUCCESS:
    c-definition: '7.24'
    in-latest-posix: ''
  MB_CUR_MAX:
    c-definition: '7.24'
    in-latest-posix: ''
  RAND_MAX:
    c-definition: '7.24'
    in-latest-posix: ''
  __STDC_VERSION_STDLIB_H__:
    c-definition: '7.24'