mkdtemp.h
author insilmaril
Sun, 08 Jun 2008 19:26:07 +0000
changeset 711 d6376f767d27
parent 630 4998bb082c73
permissions -rwxr-xr-x
Bugfix: vym cannot load maps saved with Qt 4.4
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif