mkdtemp.h
author convert-repo
Fri Jul 23 16:43:49 2010 +0000 (2010-07-23)
changeset 849 988f1908a7c4
permissions -rwxr-xr-x
update tags
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif