HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

                     int setmode( int handle, int mode )


       - prototype in io.h

       - sets mode of file associated with handle to binary (O_BINARY) or
         text (O_TEXT) but not both
       - returns 0 if successful, else -1 on error

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