isLetter

Determines if a character is a letter.

bool
isLetter
(
int ch
)

Parameters

ch int

the character to be inspected

Meta