feof_unlocked method

int feof_unlocked(
  1. Pointer<FILE> __stream
)

Implementation

int feof_unlocked(
  ffi.Pointer<FILE> __stream,
) {
  return _feof_unlocked(
    __stream,
  );
}