C Programming/ctype.h/isalpha

Synopsis

edit
int isalpha(int c);

Description

edit

This function tests whether the character c is alphabetic in the current locale.

References

edit