iswcntrl method

int iswcntrl(
  1. int _C
)

Implementation

int iswcntrl(
  int _C,
) {
  return _iswcntrl(
    _C,
  );
}