FastLED 3.9.15
Loading...
Searching...
No Matches

◆ isDigit()

bool fl::anonymous_namespace{istream.cpp}::isDigit ( char c)
inline

Definition at line 14 of file istream.cpp.

14 {
15 return c >= '0' && c <= '9';
16 }

References isDigit().

Referenced by isDigit(), parse_i32(), and parse_u32().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: