mkdtemp.h
author insilmaril
Thu Dec 10 17:04:48 2009 +0000 (2009-12-10)
changeset 816 3086ee01554a
permissions -rwxr-xr-x
minor fixes
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif