mkdtemp.h
author insilmaril
Thu, 25 Feb 2010 11:03:52 +0000
changeset 824 36eb4b8f409e
parent 630 4998bb082c73
permissions -rwxr-xr-x
Added dialog for HTML export. Grouping in Switchboard shortcuts
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif