tmpfile(3s) tmpfile(3s) Name tmpfile - create a temporary file Syntax #include <stdio.h> FILE *tmpfile () Description The subroutine creates a temporary file and returns a corresponding FILE pointer. The file will automatically be deleted when all refer- ences to the file have been closed. The file is opened for update. See Also creat(2), unlink(2), fopen(3s), mktemp(3), tmpnam(3s) tmpfile(3s)
| Related Man Pages |
|---|
| tmpfile(3p) - centos |
| explain_tmpfile_or_die(3) - debian |
| tmpfile(3) - suse |
| tmpfile(3s) - hpux |
| tmpfile(3) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| Recursive FTP -- here at last. |
| solaris 10: add new svc |
| how to rearrange a matrix with awk |
| Matrix to 3 col sorted |
| How to 'improve' this script and also 'fix' the pattern matching part? |