<< Previous | Next >>

islower

int islower( int c );

Description

Tests for lower case character.

Parameters

c
Character to test.

Return value

 0 if not a lower case character.
!0 otherwise.

Library

STRING.LIB

See also

tolower, toupper, isupper


Dynamic C Functions << Previous | Next >> rabbit.com