mkdtemp.h
author insilmaril
Thu, 10 Apr 2008 19:56:11 +0000
changeset 687 1973a58f3900
parent 630 4998bb082c73
permissions -rwxr-xr-x
added typeinfo for gcc 4.3
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif