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