wbkgrnd method

int wbkgrnd(
  1. Pointer<WINDOW> arg0,
  2. Pointer<cchar_t> arg1
)

Implementation

int wbkgrnd(
  ffi.Pointer<WINDOW> arg0,
  ffi.Pointer<cchar_t> arg1,
) {
  return _wbkgrnd(
    arg0,
    arg1,
  );
}