fileno_unlocked method

int fileno_unlocked(
  1. Pointer<IO_FILE_> __stream
)

Implementation

int fileno_unlocked(
  ffi.Pointer<IO_FILE_> __stream,
) {
  return _fileno_unlocked(
    __stream,
  );
}