Go to the source code of this file.
Defines | |
| #define | CALLOC(num, type) |
Functions | |
| void* | my_calloc (DWORD num, int size, char *file, int line) |
|
|
Initializer: (type *)my_calloc(num, sizeof(type), \ __FILE__, __LINE__) |
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000