iswdigit method

int iswdigit(
  1. int _C
)

Implementation

int iswdigit(
  int _C,
) {
  return _iswdigit(
    _C,
  );
}