islower method

int islower(
  1. int _C
)

Implementation

int islower(
  int _C,
) {
  return _islower(
    _C,
  );
}