iswspace method

int iswspace(
  1. int _C
)

Implementation

int iswspace(
  int _C,
) {
  return _iswspace(
    _C,
  );
}