Use include for malloc declaration

This commit is contained in:
Andrey A. Chernov 1997-09-24 21:09:17 +00:00
parent 56eb7842b4
commit 29f700bbe6

View File

@ -1,4 +1,6 @@
/* alloc.c - version 1.0.2 */
#include <stdlib.h>
#ifdef LINT
/*
@ -18,9 +20,6 @@ long dummy = ftell(stderr);
#else
extern char *malloc();
extern char *realloc();
long *
alloc(lth)
register unsigned lth;