declare malloc
authorJim Meyering <jim@meyering.net>
Mon, 15 Sep 1997 13:26:09 +0000 (13:26 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 15 Sep 1997 13:26:09 +0000 (13:26 +0000)
lib/realloc.c

index 91fa3b2..1f82e75 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <sys/types.h>
 
+char *malloc ();
 char *realloc ();
 
 /* Change the size of an allocated block of memory P to N bytes,