IsCharUpperA method

int IsCharUpperA(
  1. int ch
)

Implementation

int IsCharUpperA(
  int ch,
) {
  return _IsCharUpperA(
    ch,
  );
}