HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

                          MSC: FILE *tmpfile( void )


       - prototype in stdio.h

       - creates and opens a temporary stream file
       - returns stream pointer or NULL on error
       - file is automatically deleted when closed or rmtmp() is called
       - rmtmp() works only if in original directory
       - file is opened in binary write mode; except MS C version 4.0
         opened file in write translate mode

Esc or Alt-X to exit tmpfile Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann