Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
234
long atol(const char* str) {
235
return strtol(str, nullptr, 10);
236
}
237
238
double strtod(const char* str, char** endptr) {
239
if (!str) {
Callers
nothing calls this directly
Calls
1
strtol
Function · 0.85
Tested by
no test coverage detected