mkdtemp.h
author insilmaril
Thu, 18 Mar 2010 11:31:02 +0000
changeset 837 5ecd0462f76b
parent 630 4998bb082c73
permissions -rwxr-xr-x
Switch to Qt 4.6.0: Removing QtAnimation framework
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif