-

差分

移動先: 案内検索

Functions HI-TECH C PUTC

362 バイト追加, 2017年12月19日 (火) 14:11
ページの作成:「<strong>PUTC</strong> ==概要== #include <stdio.h> int putc(int c, FILE * stream) ==詳細== <strong>Putc</strong>()は<strong>fputc</strong>()マクロバー...」
<strong>PUTC</strong>
==概要==

#include <stdio.h>

int putc(int c, FILE * stream)


==詳細==

<strong>Putc</strong>()は<strong>fputc</strong>()マクロバージョンで、stdio.hの中で定義されています。その振る舞いの詳細については<strong>fputc</strong>()を参照してください。

==参照==

fputc, getc, fopen, fclose

案内メニュー