mkdtemp.h
author insilmaril
Tue May 06 10:24:29 2008 +0000 (2008-05-06)
changeset 699 0b143f52a062
permissions -rwxr-xr-x
Version 1.12.0
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif