mkdtemp.h
author insilmaril
Thu Mar 26 07:50:32 2009 +0000 (2009-03-26)
changeset 747 008e72977ab8
permissions -rwxr-xr-x
Notes work again (to some degree)
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif