mkdtemp.h
author insilmaril
Mon Apr 27 12:42:06 2009 +0000 (2009-04-27)
changeset 757 c6908bc17d78
permissions -rwxr-xr-x
minor fixes and cleanups
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif