Some of the functionality described on this reference page extends
the ISO C standard. Applications shall define
the appropriate feature test macro (see the System Interfaces volume
of IEEE Std 1003.1-2001, Section 2.2, The Compilation Environment)
to enable the visibility of these symbols in this
header.
The <stdlib.h> header shall define the following macros:
EXIT_FAILURE
Unsuccessful termination for exit(); evaluates to a non-zero
value.
EXIT_SUCCESS
Successful termination for exit(); evaluates to 0.
NULL
Null pointer.
{RAND_MAX}
Maximum value returned by rand(); at least 32767.
{MB_CUR_MAX}
Integer expression whose value is the maximum number of bytes in a
character specified by the current locale.
The following data types shall be defined through typedef:
div_t
Structure type returned by the div() function.
ldiv_t
Structure type returned by the ldiv() function.
lldiv_t
Structure type returned by the lldiv() function.
size_t
As described in <stddef.h> .
wchar_t
As described in <stddef.h> .
In addition, the following symbolic names and macros shall be defined
as in <sys/wait.h> , for use in decoding the return value from
system():
Portions of this text are reprinted and reproduced in electronic form
from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
-- Portable Operating System Interface (POSIX), The Open Group Base
Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
Electrical and Electronics Engineers, Inc and The Open Group. In the
event of any discrepancy between this version and the original IEEE and
The Open Group Standard, the original IEEE and The Open Group Standard
is the referee document. The original Standard can be obtained online at
http://www.opengroup.org/unix/online.html .
IEEE/The Open Group
<stdlib.h> (P)
2003
Generated by OpenAsthra.com from man0p/stdlib.h.0p using man macros.