#include <types.h>
Go to the source code of this file.
Defines | |
#define | _countof(a) ( sizeof(a) / sizeof((a)[0]) ) |
Count the elements from an array. | |
#define | EXIT_FAILURE 1 |
Failing exit status. | |
#define | EXIT_SUCCESS 0 |
Functions | |
int | atoi (const char *__str) |
void * | malloc (size_t __size) |
void | free (void *__ptr) |
Definition in file stdlib.h.