Main index | Section 3 | Options |
#include <stdio.h>
#include <wchar.h>
If the orientation of stream has already been determined, fwide() leaves it unchanged. Otherwise, fwide() sets the orientation of stream according to mode.
If mode is less than zero, stream is set to byte-oriented. If it is greater than zero, stream is set to wide-oriented. Otherwise, mode is zero, and stream is unchanged.
FWIDE (3) | October 24, 2001 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.