MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / strlcpy

Function strlcpy

libs/qhttpserver/http-parser/test.c:1760–1764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1758}
1759
1760size_t
1761strlcpy(char *dst, const char *src, size_t len)
1762{
1763 return strlncpy(dst, len, src, (size_t) -1);
1764}
1765
1766int
1767request_url_cb (http_parser *p, const char *buf, size_t len)

Callers

nothing calls this directly

Calls 1

strlncpyFunction · 0.85

Tested by

no test coverage detected