scanw method

int scanw(
  1. Pointer<Char> arg0
)

Implementation

int scanw(
  ffi.Pointer<ffi.Char> arg0,
) {
  return _scanw(
    arg0,
  );
}