IsCharUpperW method

int IsCharUpperW(
  1. int ch
)

Implementation

int IsCharUpperW(
  int ch,
) {
  return _IsCharUpperW(
    ch,
  );
}