mkdtemp.h
author insilmaril
Wed Jun 09 13:14:08 2010 +0000 (2010-06-09)
changeset 847 43268373032d
permissions -rwxr-xr-x
1.13.4 Various fixes
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif