2 @section @code{tempnam}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tempnam.html}
9 Portability problems fixed by Gnulib:
13 Portability problems not fixed by Gnulib:
16 This function is missing on some platforms:
19 This function is not appropriate for creating temporary files. (It has
20 security risks.) Better use @code{mkstemp} instead.