mkdtemp.h
author insilmaril
Tue Mar 30 17:30:39 2010 +0000 (2010-03-30)
changeset 842 bec082472471
permissions -rwxr-xr-x
Much improved results in FindResultsWidget
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif