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