-

Changes

Jump to: navigation, search

Functions HI-TECH C PUTC

324 bytes added, 22:54, 31 July 2017
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..."
<strong>PUTC</strong>
==SYNOPSIS==

#include <stdio.h>

int putc(int c, FILE * stream)


==DESCRIPTION==
<strong>Putc</strong>() is the macro version of <strong>fputc</strong>() and is defined
in stdio.h. See <strong>fputc</strong>() for a description of its
behaviour.

==SEE ALSO==

fputc, getc, fopen, fclose

Navigation menu