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.
Defines | |
| #define | abort() _exit(1) |
| #define | exit(status) _exit((status)) |
| #define | RAND_MAX 714025 |
Functions | |
| long int | random (void) |
| void | srandom (unsigned int seed) |
| static int | rand (void) |
| static void | srand (unsigned int seed) |
Definition in file stdlib.h.
1.4.6