toupper method

int toupper(
  1. int _C
)

Implementation

int toupper(
  int _C,
) {
  return _toupper_1(
    _C,
  );
}