Online 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
[helppc.bosbyte.nl] setmode Home Back Topics