getc_unlocked method

int getc_unlocked(
  1. Pointer<FILE> __stream
)

Implementation

int getc_unlocked(
  ffi.Pointer<FILE> __stream,
) {
  return _getc_unlocked(
    __stream,
  );
}