Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ atol
Function
atol
payloads/libpayload/libc/string.c:395–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
393
}
394
395
long atol(const char *nptr)
396
{
397
return strtol(nptr, NULL, 10);
398
}
399
400
/**
401
* Convert the initial portion of a string into an unsigned int
Callers
2
main
Function · 0.50
Check_This_Field
Function · 0.50
Calls
1
strtol
Function · 0.70
Tested by
1
main
Function · 0.40