1MKTEMP(3)                  Library Functions Manual                  MKTEMP(3)
2
3
4

NAME

6       mktemp - make a unique file name
7

SYNOPSIS

9       char *mktemp(template)
10       char *template;
11

DESCRIPTION

13       Mktemp replaces template by a unique file name, and returns the address
14       of the template.  The template should look like a file  name  with  six
15       trailing  X's, which will be replaced with the current process id and a
16       unique letter.
17

SEE ALSO

19       getpid(2)
20
21
22
23                                                                     MKTEMP(3)
Impressum