feof method

int feof(
  1. Pointer<FILE> arg0
)

Implementation

int feof(ffi.Pointer<FILE> arg0) {
  return _feof(arg0);
}