mkdtemp.h
author insilmaril
Wed Feb 10 13:48:42 2010 +0000 (2010-02-10)
changeset 822 c2ce9944148c
permissions -rwxr-xr-x
More fixes and sorting lexically backwards
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif