feof_unlocked method

int feof_unlocked(
  1. Pointer<IO_FILE_> __stream
)

Implementation

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