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