C Programming/ctype.h/isalpha

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Synopsis

[edit | edit source]
int isalpha(int c);

Description

[edit | edit source]

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

References

[edit | edit source]