9srv Manual Collection/plan9/tmpfile(2) | 9srv Manual Collection/plan9/tmpfile(2) |
---|
FILE *tmpfile(void)
char *tmpnam(char *s)
Tmpnam generates a string that is a valid file name and that is not the same as the name of an existing file. If s is zero, it returns a pointer to a string which may be overwritten by subsequent calls to tmpnam. If s is non-zero, it should point to an array of at least L_tmpnam (defined in <stdio.h>) characters, and the answer will be copied there.
9srv Manual Collection/plan9/tmpfile(2) | Rev: Sun Dec 02 23:42:19 GMT 2007 |