#include <string.h>#include <stdlib.h>#include "stdio.h"Go to the source code of this file.
Defines | |
| #define | alloc_t unsigned |
| #define | NULLMAL(x) ((x) == NULL) |
Functions | |
| char * | imalloc (int n) |
| char * | icalloc (int nelem, int elsize) |
| char * | irealloc (char *pointer, int size) |
| char * | icatalloc (char *old, char *new) |
| char * | icpyalloc (char *string) |
| ifree (char *p) | |
| icfree (char *p) | |
1.5.8