Table of Contents

iscntrl

bool iscntrl(int c)

Description

Returns true if the character is a control character. Equivalent to the corresponding C function iscntrl.

See also

StrIsCntrl