Added tmpnam (for tmpfile).

This commit is contained in:
jshepher 2004-12-04 00:46:50 +00:00
parent 90f1b9b6d2
commit ec19111de3
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ extern long ftell(FILE *stream);
extern int setvbuf(FILE *stream,char *buf,int mode,size_t size);
extern int fread(void *,size_t,size_t,FILE *);
extern int fwrite(const void *,size_t,size_t,FILE *);
extern char *tmpnam(char *buf);
/* More bsd headers compatibility */