mkdtemp.h
author insilmaril
Fri Apr 09 14:24:04 2010 +0000 (2010-04-09)
changeset 846 f0fe7c36ec5c
permissions -rwxr-xr-x
Version 1.13.3 and added treeeditor.png
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif