BSD 4_2 development
[unix-history] / usr / man / man3 / mktemp.3
CommitLineData
05dda90f
C
1.TH MKTEMP 3 "19 January 1983"
2.SH NAME
3mktemp \- make a unique file name
4.SH SYNOPSIS
5.nf
6.B char *mktemp(template)
7.B char *template;
8.fi
9.SH DESCRIPTION
10.I Mktemp
11replaces
12.I template
13by a unique file name, and returns the
14address of the template.
15The template should look like a file name with six trailing
16X's, which will be replaced with the
17current process id and a unique letter.
18.SH "SEE ALSO"
19getpid(2)