Borland Makefile cleanup
[fw/sdcc] / as / mcs51 / alloc.h
index f1b96d602557d460d6b1a45267e3ae590cfd1e55..dd404a86e2e9c974225493674571dacabd90631c 100644 (file)
@@ -1,7 +1,4 @@
 /* alloc.h */
 /* DECUS C */
 
-extern char    *alloc();
-extern char    *malloc();
-extern char    *calloc();
-extern char    *realloc();
+#include <stdlib.h>