SPC  Version 0.9.5
 All Files Functions Groups Pages
int isupper ( int  c)
inline

Check if character is uppercase letter.

Checks if parameter c is an uppercase alphabetic letter.

Parameters
cCharacter to be checked.
Returns
Returns a non-zero value (true) if c is an uppercase alphabetic letter, otherwise it returns 0 (false).
Examples:
ex_ctype.spc, and ex_isupper.spc.