<< Previous | Next >>

isprint

int isprint( int c );

Description

Tests for printing character, including space: 32 <= c <= 126

Parameters

c
Character to test.

Return value

0 if not a printing character, !0 otherwise.

Library

STRING.LIB

See also

isdigit, isxdigit, isalpha, ispunct, isspace, isalnum, isgraph


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