-

Changes

Jump to: navigation, search

Functions HI-TECH C GETC

311 bytes added, 20:11, 31 July 2017
Created page with "<strong>GETC</strong> ==SYNOPSIS== #include <stdio.h> int getc(FILE * stream) FILE * stream; ==DESCRIPTION== One character is read from the specified stream and r..."
<strong>GETC</strong>
==SYNOPSIS==

#include <stdio.h>

int getc(FILE * stream)
FILE * stream;


==DESCRIPTION==
One character is read from the specified stream and
returned. EOF will be returned on end-of-file or error.
This is the macro version of <strong>fgetc</strong>(), and is defined in
stdio.h.

Navigation menu