isalpha
文字が英字であるかどうか判定します。
[指定形式]
#include <ctype.h>
long isalpha(long c);
[引数]
c 判定する文字
[戻り値]
文字cが英字の時:0以外
文字cが英字以外の時:0