#define _BSD_SOURCE #include int mkstemps(char *template, int len) { return __mkostemps(template, len, 0); }