mkdtemp.h
author insilmaril
Tue Jan 15 13:06:59 2008 +0000 (2008-01-15)
changeset 652 700553af9ca5
permissions -rwxr-xr-x
more changes for multiple mapCenters
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif