fwide
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at fwide.
Unimplemented.
int fwide( FILE *stream, int mode; );
Parameters
stream
Pointer to FILE structure (ignored).
mode
The new width of the stream: positive for wide character, negative for byte, zero to leave unchanged. (This value is ignored.)
This function currently just returns mode.
The current version of this function does not comply with the Standard.
| Function | Required header |
|---|---|
fwide | <wchar.h> |
For more information, see Compatibility.
Show: