-

Changes

Jump to: navigation, search

Functions HI-TECH C PUTCHAR

241 bytes added, 22:56, 31 July 2017
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..."
<strong>PUTCHAR</strong>
==SYNOPSIS==

#include <stdio.h>

int putchar(int c)


==DESCRIPTION==
<strong>Putchar</strong>() is a <strong>putc</strong>() operation on stdout, defined in
stdio.h.

==SEE ALSO==

putc, getc, freopen, fclose

Navigation menu