isprint method

int isprint(
  1. int _C
)

Implementation

int isprint(
  int _C,
) {
  return _isprint(
    _C,
  );
}