<< Previous | Next >>

isalpha

int isalpha( int c );

Description

Tests for an alphabetic character, (A to Z, or a to z).

Parameters

c
Character to test.

Return value

 0 if not a alphabetic character.
!0 otherwise.

Library

STRING.LIB

See also

isalnum, isdigit, ispunct


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