Added declaration for malloc
This commit is contained in:
parent
8675bc2b01
commit
c42541c99b
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
/* $Header$ */
|
||||
#include <stdio.h>
|
||||
|
||||
char *malloc();
|
||||
|
||||
_fillbuf(iop)
|
||||
register FILE *iop;
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue