mkdtemp.h
author insilmaril
Thu, 21 Jan 2010 11:56:57 +0000
changeset 821 4a84d7e444d8
parent 630 4998bb082c73
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