Added declaration for malloc

This commit is contained in:
ceriel 1987-04-02 14:12:21 +00:00
parent 8675bc2b01
commit c42541c99b

View file

@ -1,6 +1,8 @@
/* $Header$ */
#include <stdio.h>
char *malloc();
_fillbuf(iop)
register FILE *iop;
{