malloc declared

SCCS-file: scheck.c
SCCS-SID: 7.3
This commit is contained in:
Arthur David Olson
2012-07-18 03:01:34 -04:00
committed by Paul Eggert
parent d34b21535a
commit 9764dd3513
+2
View File
@@ -18,6 +18,8 @@ static char sccsid[] = "%W%";
#define MAL 0
#endif
extern char * malloc();
char * scheck(string, format)
char * string;
char * format;