mkdtemp.h
author insilmaril
Thu Apr 10 19:56:11 2008 +0000 (2008-04-10)
changeset 687 1973a58f3900
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