-

Functions HI-TECH C PUTC

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 22:54, 31 July 2017 by Kumokosi (talk | contribs) (Created page with "<strong>PUTC</strong> ==SYNOPSIS== #include <stdio.h> int putc(int c, FILE * stream) ==DESCRIPTION== <strong>Putc</strong>() is the macro version of <strong>fputc</str...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

PUTC

SYNOPSIS

#include  <stdio.h>

int putc(int c, FILE * stream)


DESCRIPTION

Putc() is the macro version of fputc() and is defined in stdio.h. See fputc() for a description of its behaviour.

SEE ALSO

fputc, getc, fopen, fclose