C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_rmtmp
 Summary Example                         Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
     The _rmtmp function is used to clean up all temporary files in the
     current directory. It removes only those files created by tmpfile.
     This function should be used only in the same directory in which
     the temporary files were created.
 
     Return Value
 
     The _rmtmp function returns the number of temporary files closed
     and deleted.
                                    -♦-