-

Difference between revisions of "Functions HI-TECH C PUTCHAR"

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 22:56, 31 July 2017

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