mkdtemp.h
author insilmaril
Tue Apr 08 08:28:37 2008 +0000 (2008-04-08)
changeset 685 d788ebd97c45
permissions -rwxr-xr-x
1.11.7: Fixed hanging find function
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif