now including stdlib.h into the header file to avoid compile time warnings of unknown function free()
This commit is contained in:
parent
4ee79f2416
commit
9b1da5342b
@ -31,7 +31,7 @@ typedef char bool;
|
|||||||
#define false 0
|
#define false 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
//#include <string.h>
|
//#include <string.h>
|
||||||
//#include <ctype.h>
|
//#include <ctype.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user