-

差分

移動先: 案内検索

Standard Library Functions

96 バイト追加, 2018年1月4日 (木) 14:56
標準 I/O
;[[Functions_HI-TECH_C_REWIND|rewind(stream)]] :ファイルポインタを最初のポジションに戻す
;[[Functions_HI-TECH_C_SETVBUF|setvbuf(stream, buf, mode, size)]] :ストリームのバッファを有効化/無効化する
;[[Functions_HI-TECH_C_SETBUF|setbuf]]: ※編集者注元テキストにはないため追加
;[[Functions_HI-TECH_C_FPRINTF|fprintf(stream, fmt, args)]] :ストリーム上の整形された出力
;[[Functions_HI-TECH_C_PRINTF|printf(fmt, args)]] :整形された標準出力

案内メニュー