mkdtemp.h
author insilmaril
Mon Mar 03 09:25:40 2008 +0000 (2008-03-03)
changeset 678 fd6d1292c4ad
permissions -rwxr-xr-x
added attributedelegate .h .cpp
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif