NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
int islower ( int  c)
inline

Check if character is lowercase letter.

Checks if parameter c is an lowercase alphabetic letter.

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