addchstr method

int addchstr(
  1. Pointer<chtype> arg0
)

Implementation

int addchstr(
  ffi.Pointer<chtype> arg0,
) {
  return _addchstr(
    arg0,
  );
}