Print this page
5956 orientate is not a word
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Marcel Telka <marcel@telka.sk>

*** 84,96 **** /* * From page 32 of XSH5 * Once a wide-character I/O function has been applied * to a stream without orientation, the stream becomes ! * wide-orientated. Similarly, once a byte I/O function * has been applied to a stream without orientation, ! * the stream becomes byte-orientated. Only a call to * the freopen() function or the fwide() function can * otherwise alter the orientation of a stream. */ #define _SET_ORIENTATION_BYTE(iop) \ --- 84,96 ---- /* * From page 32 of XSH5 * Once a wide-character I/O function has been applied * to a stream without orientation, the stream becomes ! * wide-oriented. Similarly, once a byte I/O function * has been applied to a stream without orientation, ! * the stream becomes byte-oriented. Only a call to * the freopen() function or the fwide() function can * otherwise alter the orientation of a stream. */ #define _SET_ORIENTATION_BYTE(iop) \