Error-handling Functions:
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
clearerr | void clearerr( FILE * stream ); |
feof | int feof( FILE * stream ); |
ferror | int ferror( FILE * stream ); |
perror | void perror( const char * s ); |
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
No comments:
Post a Comment