iswgraph method

int iswgraph(
  1. int _C
)

Implementation

int iswgraph(
  int _C,
) {
  return _iswgraph(
    _C,
  );
}