-

差分

移動先: 案内検索

Functions HI-TECH C PUTCHAR

265 バイト追加, 2017年12月20日 (水) 11:55
ページの作成:「<strong>PUTCHAR</strong> ==概要== #include <stdio.h> int putchar(int c) ==詳細== <strong>Putchar</strong>()は<strong>putc</strong>()を標準出力で操作...」
<strong>PUTCHAR</strong>
==概要==

#include <stdio.h>

int putchar(int c)


==詳細==
<strong>Putchar</strong>()は<strong>putc</strong>()を標準出力で操作するもので、stdio.hで定義されています。

==参照==

putc, getc, freopen, fclose

案内メニュー