Functions HI-TECH C PUTCHAR

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