Besides a redefinition of NULL, size_t and wchar_t, this header file contains the type definitions listed in the following table.
The following table lists the constants defined in stdlib.h.
| Constant | Definition |
|---|---|
| EXIT_FAILURE | Exit code for unsuccessful termination. |
| EXIT_SUCCESS | Exit code for successful termination. |
| RAND_MAX | Maximum return value of rand(). |
| MB_LEN_MAX | Maximum number of bytes in a multi-byte character. |