feof method

int feof(
  1. Pointer<IO_FILE_> __stream
)

Implementation

int feof(
  ffi.Pointer<IO_FILE_> __stream,
) {
  return _feof(
    __stream,
  );
}