mkdtemp.h
author insilmaril
Thu May 14 12:42:58 2009 +0000 (2009-05-14)
changeset 768 382a444f5b0c
permissions -rwxr-xr-x
flag of NoteEditor works again
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif