mkdtemp.h
author insilmaril
Thu Apr 30 11:52:49 2009 +0000 (2009-04-30)
changeset 762 ffb95cd03156
permissions -rwxr-xr-x
further speedup during load. positions of branches are saved (again)
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif