◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <fcntl.h>, <io.h>, <errno.h> Syntax: int setmode( int handle, int mode ); mode: _O_TEXT, _O_BINARY Returns: the previous translation mode if successful, or -1 if not. errno: EBADF, EINVAL See also: _creat, _open ◄BINMODE.OBJ► -♦-