Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ mktemp(3) — GDT-UNX 6.8_er0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

getpid(2)

MKTEMP(3)  —  UNIX Programmer’s Manual

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)

August 03, 1983  —  %W%%Q%%Y%

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026