mkdtemp.h
author insilmaril
Thu Jan 21 11:56:57 2010 +0000 (2010-01-21)
changeset 821 4a84d7e444d8
permissions -rwxr-xr-x
Various fixes, including combined progress bar for loading maps
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif