MCPcopy Create free account
hub / github.com/Artikash/Textractor / cpp_strnlen

Function cpp_strnlen

texthook/util/cpputil/cppcstring.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32inline size_t cpp_strnlen(const char *s, size_t n) { return cpp_basic_strnlen<char>(s, n); }
33inline size_t cpp_wstrnlen(const wchar_t *s, size_t n) { return cpp_basic_strnlen<wchar_t>(s, n); }
34
35// strnchr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected