共用方式為


fwide

未實作。

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

參數

  • stream
    in FILE 結構的指標 (忽略)。

  • mode
    資料流的新寬度:寬字元,位元組的非正數,零未變更離開。(這個值會被忽略。)

傳回值

這個函式會傳回 mode。

備註

這個函式版本不符合標準。

需求

功能

必要的標頭

fwide

<wchar.h>

如需詳細的相容性資訊,請參閱Compatibility