MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / strconcat

Function strconcat

include/init/string.h:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#ifdef COBRA_ONLY
14static char *strconcat(const char *src1, const char *src2)
15{
16 return strfmt("%s%s", src1, src2);
17}
18#endif
19
20static int strcopy(char *dest, const char *src)

Callers 2

mount_misc.hFile · 0.85
map_vsh_resourceFunction · 0.85

Calls 1

strfmtFunction · 0.85

Tested by

no test coverage detected