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

Function acl_i64toa

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

Source from the content-addressed store, hash-verified

483}
484
485const char *acl_i64toa(acl_int64 value, char *buf, size_t size)
486{
487 if (size < 21) {
488 return NULL;
489 }
490 return _i64toa(value, buf, 10);
491}
492
493#elif defined(ACL_UNIX)
494

Callers 8

zdb_io_cache_addFunction · 0.85
zdb_io_cache_writeFunction · 0.85
zdb_io_cache_readFunction · 0.85
xml.cppFile · 0.85
pexpireatMethod · 0.85
setrangeMethod · 0.85
incoperMethod · 0.85
hincrbyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…