mkdtemp.h
author insilmaril
Thu, 18 Mar 2010 11:46:52 +0000
changeset 839 fbb927bbdda3
parent 630 4998bb082c73
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