mkdtemp.h
author insilmaril
Thu, 22 Jan 2009 15:40:08 +0000
changeset 737 53e51e8d47e7
parent 630 4998bb082c73
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