mkdtemp.h
author insilmaril
Thu Mar 19 11:45:28 2009 +0000 (2009-03-19)
changeset 742 54d44ecd6097
permissions -rwxr-xr-x
ProgressBar during load and more fixes
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif