fputc writes one character to a file.
Library: stdio.h Prototype: int fputc(int c, FILE *stream); Syntax: FILE *fp; int ch = 'a'; fp = fopen("/tmp/file", "w"); fputc(ch, fp); fclose(fp);
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル