mkdtemp.h
author insilmaril
Tue Apr 06 13:30:07 2010 +0000 (2010-04-06)
changeset 843 2d36a7bb0867
permissions -rwxr-xr-x
(Very) minor changes for debugging output
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif