MCPcopy 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
395long 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

mainFunction · 0.50
Check_This_FieldFunction · 0.50

Calls 1

strtolFunction · 0.70

Tested by 1

mainFunction · 0.40