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

◆ parseInt() [2/2]

int fl::StringFormatter::parseInt ( const char * str,
fl::size len )
static

Definition at line 300 of file str.cpp.

300 {
301 float f = parseFloat(str, len);
302 return static_cast<int>(f);
303}
static float parseFloat(const char *str, fl::size len)
Definition str.cpp:296

References parseFloat().

Referenced by parseInt().

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