Functions HI-TECH C PUTC

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