INtime SDK Help
rmtmp

Removes all the temporary files that were created by tmpfile from the current directory.

#include <stdio.h>

int rmtmp (void);

Remarks

Use rmtmp only in the same directory in which the temporary files were created.

Return Values

The number of temporary files closed and deleted.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/stdio.h stdio.h clib.lib

See Also

flushall, tmpfile, tmpnam