isalpha method

int isalpha(
  1. int _C
)

Implementation

int isalpha(
  int _C,
) {
  return _isalpha(
    _C,
  );
}