std::iscntrl (3) Linux Manual Page
std::iscntrl – std::iscntrl Synopsis Defined in header<cctype> int iscntrl(int ch); Checks if the given character is a control character as classified by the currently installed C locale. In the default, "C" locale, the control characters are the characters with the codes 0x00-0x1F and 0x7F. The behavior is undefined if the value of ch is not…
