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:
@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user