Several changes for ANSI C

This commit is contained in:
ceriel
1992-12-04 09:36:54 +00:00
parent 7d34ba62a7
commit f8232e51a3
9 changed files with 53 additions and 4 deletions

View File

@@ -11,6 +11,12 @@
str
*/
#if __STDC__
#include <stdlib.h>
#else
extern char *malloc();
#endif
#include "alloc.h"
char *