wctob method

int wctob(
  1. int _WCh
)

Implementation

int wctob(
  int _WCh,
) {
  return _wctob(
    _WCh,
  );
}