1 #ifndef _LOCAL_MKSTEMP_H
2 #define _LOCAL_MKSTEMP_H
3 
4 int mkstemp(char *template);
5 
6 #endif
7