getc method

int getc(
  1. Pointer<FILE> _Stream
)

Implementation

int getc(
  ffi.Pointer<FILE> _Stream,
) {
  return _getc(
    _Stream,
  );
}