mkdtemp.h
author insilmaril
Tue, 09 Mar 2010 08:28:49 +0000
changeset 830 b5537d245165
parent 630 4998bb082c73
permissions -rwxr-xr-x
Minor bugfix: editSortBack is no toggle action
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif