iswprint method

int iswprint(
  1. int _C
)

Implementation

int iswprint(
  int _C,
) {
  return _iswprint(
    _C,
  );
}