2010-04-19 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / utils / mono-stdlib.h
blob35fa6a88f608422e63d8f4de9cbdb127256ee836
1 #ifndef __MONO_FILE_H
2 #define __MONO_FILE_H
4 #ifdef HAVE_MKSTEMP
5 #include <stdlib.h>
6 #define mono_mkstemp(a) mkstemp(a)
7 #else
8 int mono_mkstemp (char *templ);
9 #endif
11 #endif /* __MONO_FILE_H */