#include #include "_stdlib.h" int mkstemp(char * template) { SIGNAL_SAFE(0); return 0; } /* XOPEN(400) POSIX(200809) */