mkdtemp.h
author insilmaril
Tue Nov 04 12:09:10 2008 +0000 (2008-11-04)
changeset 728 a8a98a94899a
permissions -rwxr-xr-x
Selections work (a little bit)
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif