|
Electronics Circuits &
Tutorials |
|
|
|
|
|
|
Home >
Electronics Tutorials >
C Language
Tutorial > stdio.h
- File Functions -
ferror |
C Language Programming Library
Reference Guide
|
stdio.h
- File Functions -
ferror
|
|
Declaration:
int ferror(FILE * stream);
Tests the error indicator for the given stream. If the error
indicator is set, then it returns a nonzero value. If the error
indicator is not set, then it returns zero. |
|
|
Note: To report broken links or to submit your projects,
tutorials please email to Webmaster |
|
|
|
|
Copyright ©
1999-2020
www.hobbyprojects.com
(All rights reserved) |
|