mkdtemp.h
author insilmaril
Thu Jan 22 11:39:53 2009 +0000 (2009-01-22)
changeset 736 21f115d48daf
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