fwide

Unimplemented.

int fwide(
   FILE *stream,
   int mode;
);

Параметры

  • 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.