<< Previous | Next >>

isalnum

int isalnum( int c );

Description

Tests for an alphabetic or numeric character, (A to Z, a to z and 0 to 9).

Parameters

c
Character to test.

Return value

 0 if not an alphabetic or numeric character.
!0 otherwise.

Library

STRING.LIB

See also

isalpha, isdigit, ispunct


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