mkdtemp.h
author insilmaril
Sat Mar 06 20:05:02 2010 +0000 (2010-03-06)
changeset 826 e715694b0f47
permissions -rwxr-xr-x
Changed animTicks to uint
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif