ΒΆinline bool isWhitespace(unsigned char c)

Description

Return true if this character is horizontal or vertical ASCII whitespace: ' ', ' \ t', ' \ f', ' \ v', ' \ n', ' \ r'. Note that this returns false for ' \ 0'.

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

Parameters

unsigned char c