mkdtemp.h
author anng888
Thu, 06 Dec 2007 18:43:23 +0000
changeset 633 dad2c8993342
parent 630 4998bb082c73
permissions -rwxr-xr-x
- Make the Win32 call to "unzip" use a minimized window.
- Clean up process and thread handles from "unzip".
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif