iswupper method

int iswupper(
  1. int _C
)

Implementation

int iswupper(
  int _C,
) {
  return _iswupper(
    _C,
  );
}