-

「Functions HI-TECH C PUTCHAR」の版間の差分

提供: HI-TECH C for CP/M Fan WIKI(JP)
移動先: 案内検索
(ページの作成:「<strong>PUTCHAR</strong> ==概要== #include <stdio.h> int putchar(int c) ==詳細== <strong>Putchar</strong>()は<strong>putc</strong>()を標準出力で操作...」)
 
(相違点なし)

2017年12月20日 (水) 11:55時点における最新版

PUTCHAR

概要

#include  <stdio.h>

int putchar(int c)


詳細

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

参照

putc, getc, freopen, fclose