iswlower method

int iswlower(
  1. int _C
)

Implementation

int iswlower(
  int _C,
) {
  return _iswlower(
    _C,
  );
}