wgetbkgrnd method

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

Implementation

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