mkdtemp.h
author insilmaril
Wed Mar 10 15:36:19 2010 +0000 (2010-03-10)
changeset 834 0fad394bc330
permissions -rwxr-xr-x
Minor fixes
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif