ΒΆinline bool isVerticalWhitespace(unsigned char c)

Description

Returns true if this character is vertical ASCII whitespace: ' \ n', ' \ r'. Note that this returns false for ' \ 0'.

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

Parameters

unsigned char c