MCPcopy Create free account
hub / github.com/FastLED/FastLED / atol

Function atol

src/fl/stl/cstdlib.cpp.hpp:234–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234long atol(const char* str) {
235 return strtol(str, nullptr, 10);
236}
237
238double strtod(const char* str, char** endptr) {
239 if (!str) {

Callers

nothing calls this directly

Calls 1

strtolFunction · 0.85

Tested by

no test coverage detected