ΒΆinline bool isPreprocessingNumberBody(
    unsigned char c)

Description

Return true if this is the body character of a C preprocessing number, which is [a-zA-Z0-9_.].

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

Parameters

unsigned char c