isupper method

int isupper(
  1. int _C
)

Implementation

int isupper(
  int _C,
) {
  return _isupper(
    _C,
  );
}