mkdtemp.h
author anng888
Thu Dec 06 18:43:23 2007 +0000 (2007-12-06)
changeset 633 dad2c8993342
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