mkdtemp.h
author insilmaril
Wed Apr 01 15:06:57 2009 +0000 (2009-04-01)
changeset 749 9ff332964015
permissions -rwxr-xr-x
moved scroll functions from BranchObj to BranchItem
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif