BFILE library: bferror() - buffered file error status

Name

bferror() - buffered file error status

Synopsis

#include "bfile.h"

int bferror(BFILE *bfp);

Decription

The bferror() function reports the last error, 0 if none. This also clears the error.

Return value

Returns the current error value for this BFILE.

See also

bfile(), bfile_dtor().


This function is part of the BFILE library.