call malloc, free, realloc directly

This commit is contained in:
Pawel Kolodziejski 2004-12-30 07:37:13 +00:00
parent 15b8fe45ac
commit 68aa0a23d6
7 changed files with 16 additions and 10 deletions

View file

@ -5,6 +5,7 @@
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>