iswpunct method

int iswpunct(
  1. int _C
)

Implementation

int iswpunct(
  int _C,
) {
  return _iswpunct(
    _C,
  );
}