getwc method

int getwc(
  1. Pointer<FILE> arg0
)

Implementation

int getwc(
  ffi.Pointer<FILE> arg0,
) {
  return _getwc(
    arg0,
  );
}