-

差分

移動先: 案内検索

Functions HI-TECH C FPUTS

326 バイト追加, 2017年12月21日 (木) 14:12
ページの作成:「<strong>FPUTS</strong> ==概要== #include <stdio.h> int fputs(char * s, FILE * stream) ==詳細== null終端の文字列sがストリームに書き込まれま...」
<strong>FPUTS</strong>
==概要==

#include <stdio.h>

int fputs(char * s, FILE * stream)


==詳細==
null終端の文字列sがストリームに書き込まれます。newlineは追加されません(<strong>puts</strong>()を参照)。エラー時にはEOFが返ります。

==参照==

puts, fgets, fopen, fclose

案内メニュー