1al_fclearerr(3) Library Functions Manual al_fclearerr(3)
2
3
4
6 al_fclearerr
7
9 #include <allegro5/allegro.h>
10
11 void al_fclearerr(ALLEGRO_FILE *f)
12
14 Clear the error indicator for the given file.
15
16 The standard I/O backend also clears the end-of-file indicator, and
17 other backends should try to do this. However, they may not if it
18 would require too much effort (e.g. PhysicsFS backend), so your code
19 should not rely on it if you need your code to be portable to other
20 backends.
21
23 al_ferror(3), al_feof(3)
24
25
26
27Allegro reference manual al_fclearerr(3)