====== isprint ====== {{tag>character needs_examples}} ''bool isprint(int c)'' ===== Description ===== Returns true if the character is printable. Equivalent to the corresponding C function [[http://en.cppreference.com/w/cpp/string/byte/isprint|isprint]]. ===== See also ===== [[StrIsPrint]]