isgraph method

int isgraph(
  1. int _C
)

Implementation

int isgraph(
  int _C,
) {
  return _isgraph(
    _C,
  );
}