stdlib.h¶
Macros¶
Macro |
Implemented |
C23 Standard Section |
POSIX Docs |
---|---|---|---|
EXIT_FAILURE |
✅ |
7.24 |
|
EXIT_SUCCESS |
✅ |
7.24 |
|
MB_CUR_MAX |
✅ |
7.24 |
|
RAND_MAX |
✅ |
7.24 |
|
__STDC_VERSION_STDLIB_H__ |
7.24 |
Functions¶
Function |
Implemented |
C23 Standard Section |
POSIX Docs |
---|---|---|---|
_Exit |
✅ |
7.24.4.5 |
|
abort |
✅ |
7.24.4.1 |
|
abs |
✅ |
7.24.6.1 |
|
aligned_alloc |
✅ |
7.24.3.1 |
|
at_quick_exit |
✅ |
7.24.4.3 |
|
atexit |
✅ |
7.24.4.2 |
|
atof |
✅ |
7.24.1.1 |
|
atoi |
✅ |
7.24.1.2 |
|
atol |
✅ |
7.24.1.2 |
|
atoll |
✅ |
7.24.1.2 |
|
bsearch |
✅ |
7.24.5.1 |
|
calloc |
✅ |
7.24.3.2 |
|
div |
✅ |
7.24.6.2 |
|
exit |
✅ |
7.24.4.4 |
|
free |
✅ |
7.24.3.3 |
|
free_aligned_sized |
7.24.3.5 |
||
free_sized |
7.24.3.4 |
||
getenv |
✅ |
7.24.4.6 |
|
labs |
✅ |
7.24.6.1 |
|
ldiv |
✅ |
7.24.6.2 |
|
llabs |
✅ |
7.24.6.1 |
|
lldiv |
✅ |
7.24.6.2 |
|
malloc |
✅ |
7.24.3.6 |
|
mblen |
7.24.7.1 |
||
mbstowcs |
7.24.8.1 |
||
mbtowc |
7.24.7.2 |
||
memalignment |
7.24.9.1 |
||
qsort |
✅ |
7.24.5.2 |
|
quick_exit |
✅ |
7.24.4.7 |
|
rand |
✅ |
7.24.2.1 |
|
realloc |
✅ |
7.24.3.7 |
|
srand |
✅ |
7.24.2.2 |
|
strfromd |
✅ |
7.24.1.3 |
|
strfromd128 |
7.24.1.4 |
||
strfromd32 |
7.24.1.4 |
||
strfromd64 |
7.24.1.4 |
||
strfromf |
✅ |
7.24.1.3 |
|
strfroml |
✅ |
7.24.1.3 |
|
strtod |
✅ |
7.24.1.5 |
|
strtod128 |
7.24.1.6 |
||
strtod32 |
7.24.1.6 |
||
strtod64 |
7.24.1.6 |
||
strtof |
✅ |
7.24.1.5 |
|
strtol |
✅ |
7.24.1.7 |
|
strtold |
✅ |
7.24.1.5 |
|
strtoll |
✅ |
7.24.1.7 |
|
strtoul |
✅ |
7.24.1.7 |
|
strtoull |
✅ |
7.24.1.7 |
|
system |
✅ |
7.24.4.8 |
|
wcstombs |
7.24.8.2 |
||
wctomb |
7.24.7.3 |