/sys$common/syshlp/helplib.hlb CC, Run-time functions, mktemp *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Creates a unique file name from a template that you supply. Syntax: #include <stdlib.h> char *mktemp(char *template);
|