#include <stdlib.h>#include <string.h>


Defines | |
| #define | WOCALLOC(CT, SZ) calloc(CT,SZ) |
| #define | WOFREE(PTR) free(PTR) |
| #define | WOMALLOC(SZ) malloc(SZ) |
| #define | WOMALLOCINIT() |
| #define | WOREALLOC(PTR, SZ) realloc(PTR,SZ) |
| #define | WOSTRDUP(S) strdup(S) |
| #define WOCALLOC | ( | CT, | |||
| SZ | ) | calloc(CT,SZ) |
| #define WOFREE | ( | PTR | ) | free(PTR) |
| #define WOMALLOC | ( | SZ | ) | malloc(SZ) |
| #define WOMALLOCINIT | ( | ) |
| #define WOREALLOC | ( | PTR, | |||
| SZ | ) | realloc(PTR,SZ) |
| #define WOSTRDUP | ( | S | ) | strdup(S) |
1.5.8