35. stdlib.h
- Macros:
-
NULL, RAND_MAX, MB_CUR_MAX
EXIT_FAILURE, EXIT_SUCCESS - Types:
-
div_t, ldiv_t, size_t, wchar_t
lldiv_t
- Functions:
-
abort,
abs,
atexit,
atof,
atoi,
atol,
bsearch,
calloc,
div,
exit,
free,
getenv,
labs,
ldiv,
malloc,
mblen,
mbstowcs,
mbtowc,
qsort,
rand,
realloc,
srand,
strtod,
strtol,
strtoul,
system,
wcstombs,
wctomb
_Exit, atoll, llabs, lldiv, strtof, strtold, strtoll, strtoull
C99 (pdf) - 7.20.2 Pseudo-random sequence generation functions
C99 (pdf) - 7.20.3 Memory management functions