Stdlib.h 中的函数

Stdlib.h 中定义了几个通用的操作函数和宏。
The stdlib header defines several general operation functions and macros.

Macros:

NULL
EXIT_FAILURE
EXIT_SUCCESS
RAND_MAX
MB_CUR_MAX

变量
Variables:

typedef size_t
typedef wchar_t
struct div_t
struct ldiv_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();

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License