Add definition of free

This commit is contained in:
Steve Chamberlain 1992-05-12 14:55:32 +00:00
parent 2ce124dfd9
commit f6eaba8395
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#define SEEK_SET 0
#define SEEK_CUR 1
extern void EXFUN(free,(PTR));
extern int EXFUN(abort,(void));
extern int EXFUN(close,(int));
extern int EXFUN(fcntl,(int des, int cmd, int e));
@ -39,6 +40,7 @@ extern int stat();
extern int strtol();
char *malloc();
char *realloc();
extern char *strrchr();
extern char *ctime();
extern int _flsbuf();