Added declaration for malloc
This commit is contained in:
parent
8675bc2b01
commit
c42541c99b
@ -1,6 +1,8 @@
|
|||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
char *malloc();
|
||||||
|
|
||||||
_fillbuf(iop)
|
_fillbuf(iop)
|
||||||
register FILE *iop;
|
register FILE *iop;
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user