mkdtemp.h
author insilmaril
Wed Apr 29 21:40:37 2009 +0000 (2009-04-29)
changeset 761 0301e6109702
permissions -rwxr-xr-x
speedup
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif