isspace method

int isspace(
  1. int _C
)

Implementation

int isspace(
  int _C,
) {
  return _isspace(
    _C,
  );
}