C++ Programming/Code/Standard C Library/Functions/fgetc
< C++ Programming < Code < Standard C Library < Functionsfgetc
Syntax |
#include <cstdio>
int fgetc( FILE *stream );
|
The fgetc() function returns the next character from stream, or EOF if the end of file is reached or if there is an error.
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.