fn() isprint
Check if character is printable, i.e. not a control character

Defined in <cctype>
Signature bool isprint(c);

Parameters

c The character to be checked. Type: int

Return Values

bool true (non-zero) if c is a printable character.

Detailed Description

Remarks

This is non-SeqAn, plain c and listed for completeness.

See Also