fgetc_unlocked method

int fgetc_unlocked(
  1. Pointer<FILE> __stream
)

Implementation

int fgetc_unlocked(
  ffi.Pointer<FILE> __stream,
) {
  return _fgetc_unlocked(
    __stream,
  );
}