Table of Contents

isprint

bool isprint(int c)

Description

Returns true if the character is printable. Equivalent to the corresponding C function isprint.

See also

StrIsPrint