Removes all the temporary files that were created by tmpfile from the current directory.
#include <stdio.h> int rmtmp (void);
Use rmtmp only in the same directory in which the temporary files were created.
The number of temporary files closed and deleted.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/stdio.h | stdio.h | clib.lib |