mkdtemp.h
author insilmaril
Wed Feb 04 16:33:16 2009 +0000 (2009-02-04)
changeset 740 6dc0a20031f7
permissions -rwxr-xr-x
started to rewrite first(), next()
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif