Home
Random
Log in
Settings
Donations
About Wikibooks
Disclaimers
Search
C Programming/ctype.h/isalpha
Language
Watch
Edit
<
C Programming
|
ctype.h
Synopsis
edit
int
isalpha
(
int
c
);
Description
edit
This function tests whether the character c is alphabetic in the current locale.
References
edit