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

◆ isSpace()

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

Definition at line 19 of file istream.cpp.

19 {
20 return c == ' ' || c == '\t' || c == '\n' || c == '\r' || c == '\f' || c == '\v';
21 }

References isSpace().

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

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