mkdtemp.h
author insilmaril
Thu Feb 25 11:03:52 2010 +0000 (2010-02-25)
changeset 824 36eb4b8f409e
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