IsCharLowerA method

int IsCharLowerA(
  1. int ch
)

Implementation

int IsCharLowerA(
  int ch,
) {
  return _IsCharLowerA(
    ch,
  );
}