mkdtemp.h
author insilmaril
Tue Mar 09 08:28:49 2010 +0000 (2010-03-09)
changeset 830 b5537d245165
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