Specifies the input unit of a file.
long fwide(FILE *fp, long mode);
mode Value indicating the input unit
A wide character is specified as the unit: Value greater than 0
A byte is specified as the unit: Value smaller than 0
No input/output unit is specified: 0
The fwide function does not change the stream input/output unit that has already been determined.