<< Previous | Next >>

isupper

int isupper( int c );

Description

Tests for upper case character.

Parameters

c
Character to test.

Return value

 0: Is not an uppercase character.
!0: Is an uppercase character.

Library

STRING.LIB

See also

tolower, toupper, islower


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