#include int main() { FILE* fp; fp = fopen(\"temp.txt\", \"w\"); fprintf(fp, \"Hello, World!\\n\"); // remove(\"temp.txt\"); this
No, there isn't (unfortunately).