#include #include int main() { using namespace std; FILE* tmp = tmpfile(); if (!tmp) { cerr << "Datei konnte nicht geƶffnet werden.\n"; } }