ultrix man page for tmpfile

Query: tmpfile

OS: ultrix

Section: 3s

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
tmpfile(3s) - hpux
tmpfile(3c) - sunos
tmpfile(3) - php
tmpfile(3) - opendarwin
Similar Topics in the Unix Linux Community
how to rearrange a matrix with awk
An Audio Function Generator...
Too many arguments error
A shell script to run a script which don't get terminated and send a pattern from the output by mail
Is it possible to ascend a numbers based on selected columns?