-

差分

移動先: 案内検索

Functions HI-TECH C PUTW

400 バイト追加, 2017年12月21日 (木) 10:10
ページの作成:「<strong>PUTW</strong> ==概要== #include <stdio.h> int putw(int w, FILE * stream) ==詳細== <strong>Putw</strong>()はワードwを指定したストリーム...」
<strong>PUTW</strong>
==概要==

#include <stdio.h>

int putw(int w, FILE * stream)


==詳細==
<strong>Putw</strong>()はワードwを指定したストリームにコピーします。これはEOFが返されるエラー時を除き、wを返します。良い整数なので??<strong>ferror</strong>()をエラーチェック用に使うべきです。



==参照==

getw, fopen, fclose

案内メニュー