mkdtemp.h
author insilmaril
Mon Oct 06 11:10:20 2008 +0000 (2008-10-06)
changeset 726 7f43b93242aa
permissions -rwxr-xr-x
Various fixes, also from 1.12. branch
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif