This is a File I/O function. It is not implemented in the Compiler.
#include <stdlib.h>
int remove(const char *filename);
remove() deletes the file filename. If the file is open, remove() does not delete it and returns unsuccessfully.
Non-zero, if there was an error; zero otherwise.
tmpfile() and