ispunct method

int ispunct(
  1. int _C
)

Implementation

int ispunct(
  int _C,
) {
  return _ispunct(
    _C,
  );
}