IsCharLowerW method

int IsCharLowerW(
  1. int ch
)

Implementation

int IsCharLowerW(
  int ch,
) {
  return _IsCharLowerW(
    ch,
  );
}