STDLIB.H(4,F) AIX Technical Reference STDLIB.H(4,F) ------------------------------------------------------------------------------- stdlib.h PURPOSE Lists standard library definitions. SYNOPSIS #include <stdlib.h> DESCRIPTION The stdlib.h header file defines the macro constants RAND_MAX, EXIT_SUCCESS, EXIT_FAILURE, NULL, and MB_CUR_MAX and the data types size_t, wchar_t and mbchar_t, defined through typedef. The following are declared as either functions or macros: abort abs atof atoi atol bsearch calloc exit free getenv labs malloc mblen mbtowc mbstowcs srand qsort rand realloc strtod strtol system wcstombs wctomb Processed November 7, 1990 STDLIB.H(4,F) 1