wclrtoeol method

int wclrtoeol(
  1. Pointer<WINDOW> arg0
)

Implementation

int wclrtoeol(
  ffi.Pointer<WINDOW> arg0,
) {
  return _wclrtoeol(
    arg0,
  );
}