mkdtemp.h
author insilmaril
Mon Jun 14 13:59:17 2010 +0000 (2010-06-14)
changeset 848 e265f07f2173
permissions -rwxr-xr-x
Fixed tmp relink, colored headings in TreeView
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif