Compile with acc

This commit is contained in:
Steve Chamberlain 1992-05-08 21:07:40 +00:00
parent 9dba22c625
commit cb467682ed

View file

@ -11,7 +11,10 @@
#endif
#define SEEK_SET 0
#define SEEK_CUR 1
#ifdef __STDC__
#include <stdlib.h>
#include <string.h>
#else
extern char *EXFUN(mktemp,(CONST char*));
extern int EXFUN(fflush,(FILE *));
extern int EXFUN(write,(int, CONST char *, int));
@ -75,7 +78,7 @@ extern long atol();
extern char *getenv();
extern int fputc();
extern int unlink();
#endif /* __STDC__ */
/* EXACT TYPES */
typedef char int8e_type;