mkdtemp.h
author insilmaril
Tue May 06 11:16:40 2008 +0000 (2008-05-06)
changeset 702 a02d84c2d0ac
permissions -rwxr-xr-x
Moved demos to /usr/share/vym/demos
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif