Use include for malloc declaration
This commit is contained in:
parent
56eb7842b4
commit
29f700bbe6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user