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

Function string_error

lib_acl_cpp/src/stdlib/util.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30const char* string_error(int errnum, char* buf, size_t size)
31{
32 return acl_strerror((unsigned int) errnum, buf, (int) size);
33}
34
35int strncasecmp_(const char *s1, const char *s2, size_t n)
36{

Callers

nothing calls this directly

Calls 1

acl_strerrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…