ΒΆinline bool isHexDigit(unsigned char c)
inline bool isHexDigit(unsigned char c)
Description
Return true if this character is an ASCII hex digit: [0-9a-fA-F]
Declared at: clang/include/clang/Basic/CharInfo.h:129
Parameters
- unsigned char c