Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v7

mktemp(3)


MKTEMP

MKTEMP

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

mktemp − make a unique file name

SYNOPSIS

char *mktemp(template)
char *template;

DESCRIPTION

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

SEE ALSO

getpid(2)



mktemp(3)