ΒΆinline bool isPrintable(unsigned char c)

Description

Return true if this character is an ASCII printable character; that is, a character that should take exactly one column to print in a fixed-width terminal.

Declared at: clang/include/clang/Basic/CharInfo.h:145

Parameters

unsigned char c