ReactOS 0.4.15-dev-7942-gd23573b
stdlib.h File Reference
#include <schily/mconfig.h>
Include dependency graph for stdlib.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EXIT_FAILURE   1
 
#define EXIT_SUCCESS   0
 
#define RAND_MAX   32767
 

Functions

charmalloc ()
 
charrealloc ()
 
double atof ()
 

Macro Definition Documentation

◆ EXIT_FAILURE

#define EXIT_FAILURE   1

Definition at line 63 of file stdlib.h.

◆ EXIT_SUCCESS

#define EXIT_SUCCESS   0

Definition at line 66 of file stdlib.h.

◆ RAND_MAX

#define RAND_MAX   32767

Definition at line 69 of file stdlib.h.

Function Documentation

◆ atof()

◆ malloc()

char * malloc ( )

◆ realloc()

char * realloc ( )