iscntrl method

int iscntrl(
  1. int _C
)

Implementation

int iscntrl(
  int _C,
) {
  return _iscntrl(
    _C,
  );
}