1
0
mirror of https://github.com/cahirwpz/libnix.git synced 2025-11-19 16:00:58 +00:00

Added tmpnam (for tmpfile).

This commit is contained in:
jshepher
2004-12-04 00:46:50 +00:00
parent 90f1b9b6d2
commit ec19111de3

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 */