wget_wstr method

int wget_wstr(
  1. Pointer<WINDOW> arg0,
  2. Pointer<wint_t> arg1
)

Implementation

int wget_wstr(
  ffi.Pointer<WINDOW> arg0,
  ffi.Pointer<wint_t> arg1,
) {
  return _wget_wstr(
    arg0,
    arg1,
  );
}