bferror() - buffered file error status
#include "bfile.h" int bferror(BFILE *bfp);
The bferror()
function reports the last error,
0
if none.
This also clears the error.
Returns the current error value for this BFILE
.
This function is part of the BFILE library.