mkdtemp.h
author insilmaril
Tue, 09 Mar 2010 13:09:05 +0000
changeset 833 bfacef6f29c1
parent 630 4998bb082c73
permissions -rwxr-xr-x
Bugfix: Previous checkin caused toggleScroll to fail
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif