mkdtemp.h
author insilmaril
Thu Mar 18 11:55:59 2010 +0000 (2010-03-18)
changeset 840 c13937960f1d
permissions -rwxr-xr-x
Added missing return values
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif