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

◆ atoi()

int fl::atoi ( const char * str)

Definition at line 230 of file cstdlib.cpp.hpp.

230 {
231 return static_cast<int>(strtol(str, nullptr, 10));
232}
long strtol(const char *str, char **endptr, int base)

References strtol().

+ Here is the call graph for this function: