Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C - <b>rmtmp() remove temporary file created by tempfile()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
rmtmp()                  Remove Temporary File Created by tempfile()

 #include   <stdio.h>

 int        rmtmp(void);

    rmtmp() removes all temporary files created by tmpfile() that are in
    the current directory.

    Returns:    The number of temporary files closed and deleted.

      Notes:    rmtmp() should only be used in the same directory in
                which the temporary files were created.

See Also: flushall() tmpfile() tmpnam()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson