-

Functions HI-TECH C PUTC

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search

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