mkdtemp.h
author insilmaril
Tue Jan 20 15:23:16 2009 +0000 (2009-01-20)
changeset 735 84ae10f6e3a3
permissions -rwxr-xr-x
More work on removing Selection class
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif