mkdtemp.h
author insilmaril
Thu Mar 18 11:46:52 2010 +0000 (2010-03-18)
changeset 839 fbb927bbdda3
permissions -rwxr-xr-x
Version bump to 1.13.1 due to first release of 1.13.0 to openSUSE buildservice
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif