mkdtemp.h
author insilmaril
Wed Feb 27 16:09:06 2008 +0000 (2008-02-27)
changeset 676 3dabc6424d73
permissions -rwxr-xr-x
autosave fix
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif