-

Functions HI-TECH C PUTCHAR

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 22:56, 31 July 2017 by Kumokosi (talk | contribs) (Created page with "<strong>PUTCHAR</strong> ==SYNOPSIS== #include <stdio.h> int putchar(int c) ==DESCRIPTION== <strong>Putchar</strong>() is a <strong>putc</strong>() operation on stdout...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

PUTCHAR

SYNOPSIS

#include  <stdio.h>

int putchar(int c)


DESCRIPTION

Putchar() is a putc() operation on stdout, defined in stdio.h.

SEE ALSO

putc, getc, freopen, fclose