iswctype method

int iswctype(
  1. int _C,
  2. int _Type
)

Implementation

int iswctype(
  int _C,
  int _Type,
) {
  return _iswctype(
    _C,
    _Type,
  );
}