Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
static char *strconcat(const char *src1, const char *src2)
15
{
16
return strfmt(
"%s%s"
, src1, src2);
17
}
18
#endif
19
20
static int strcopy(char *dest, const char *src)
Callers
2
mount_misc.h
File · 0.85
map_vsh_resource
Function · 0.85
Calls
1
strfmt
Function · 0.85
Tested by
no test coverage detected