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

◆ atol()

long fl::atol ( const char * str)

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

234 {
235 return strtol(str, nullptr, 10);
236}
long strtol(const char *str, char **endptr, int base)

References strtol().

+ Here is the call graph for this function: