Return true if the specified character is in the CNTRL category (i.e., [1-37] and 177), and false otherwise.
true
character
CNTRL
[1-37]
177
false
Declared in <bdlb_chartype.h>
<bdlb_chartype.h>
static bool isCntrl(char character);