2.1.2 int isalpha
int isalpha(int __c)
Checks for an alphabetic character. It is equivalent to (isupper(c) || islower(c))
.
int isalpha(int __c)
Checks for an alphabetic character. It is equivalent to (isupper(c) || islower(c))
.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.