-

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

提供: HI-TECH C for CP/M Fan WIKI(JP)
移動先: 案内検索
(ページの作成:「<strong>PUTC</strong> ==概要== #include <stdio.h> int putc(int c, FILE * stream) ==詳細== <strong>Putc</strong>()は<strong>fputc</strong>()マクロバー...」)
 
(相違点なし)

2017年12月19日 (火) 14:11時点における最新版

PUTC

概要

#include  <stdio.h>

int putc(int c, FILE * stream)


詳細

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

参照

fputc, getc, fopen, fclose