mkdtemp.h
author insilmaril
Tue Apr 07 16:15:53 2009 +0000 (2009-04-07)
changeset 753 25a77484ec72
permissions -rwxr-xr-x
more work on screwing up the data structures
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif