-

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

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search
(Created page with "<strong>PUTC</strong> ==SYNOPSIS== #include <stdio.h> int putc(int c, FILE * stream) ==DESCRIPTION== <strong>Putc</strong>() is the macro version of <strong>fputc</str...")
 
(No difference)

Latest revision as of 22:54, 31 July 2017

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