mkdtemp.h
author insilmaril
Wed Sep 09 12:57:06 2009 +0000 (2009-09-09)
changeset 793 cac93797c580
permissions -rwxr-xr-x
more fixes for collision detection
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif