~by kimi~
HOME
l
DL
l
PROGRAMMING
l
FREE SOFT
l
BBS
l
LINK
l
MAIL
islower
書式
int islower(int c);
機能
英小文字(a-z)かどうか判定する。
戻り値
真なら0以外、偽なら0。
ヘッダーファイル
ctype.h
使用例
char c = 't';
int b;
b = islower(c)
Sub Menu
C Top
C言語講座
Reference
Header
stdio.h
ctype.h
string.h
math.h
stdlib.h
time.h
A to Z
A
B
C
D
E
F
G
I
L
M
P
Q
R
S
T
U
V