MCPcopy Create free account
hub / github.com/acl-dev/acl / acl_atoui64

Function acl_atoui64

lib_acl/src/stdlib/string/acl_mystring.c:459–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457#ifdef ACL_WINDOWS
458
459acl_uint64 acl_atoui64(const char *str)
460{
461#if 0
462 return (acl_uint64) _atoi64(str);
463#else
464 return (acl_uint64) acl_atoll(str);
465#endif
466}
467
468acl_int64 acl_atoi64(const char *str)
469{

Callers 3

zdb_disks_loadFunction · 0.85
getContentLengthMethod · 0.85
http_hdr_parseFunction · 0.85

Calls 1

acl_atollFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…