ferror method

int ferror(
  1. Pointer<FILE> arg0
)

Implementation

int ferror(ffi.Pointer<FILE> arg0) {
  return _ferror(arg0);
}