Jump to content

C Programming/ctype.h/isalpha

From Wikibooks, open books for an open world

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]