ΒΆinline bool isPrint(char C)

Description

Checks whether character \p C is printable. Locale-independent version of the C standard library isprint whose results may differ on different platforms.

Declared at: llvm/include/llvm/ADT/StringExtras.h:105

Parameters

char C