SYNOPSIS
#include <stdio.h>
#include <wchar.h>
int fwide(FILE * stream, int mode);
DESCRIPTION
The
If the orientation of stream has already been determined,
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.
RETURN VALUE
The
Standards Conformance
The functions conform to ANSI/ISO 9899:1999 'ISO C99'
SEE ALSO
PTC MKS Toolkit 10.5 Documentation Build 40.