#include <unistd.h>
#include <malloc.h>
#include <stacktrace.h>
Go to the source code of this file.
Defines | |
#define | rand() random() |
#define | RAND_MAX 714025 |
#define | srand(seed) srandom(seed) |
Functions | |
void | abort (void) |
long int | random (void) |
void | srandom (unsigned int seed) |
Definition in file stdlib.h.