Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldostools/webMAN-MOD
/ _concat3
Function
_concat3
include/init/string.h:69–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
static void _concat3(t_string *dest, const char *src1, const char *src2, const char *src3)
70
{
71
_concat(dest, src1);
72
_concat(dest, src2);
73
_concat(dest, src3);
74
}
75
76
static t_string fast_concat;
77
Callers
2
prepare_html
Function · 0.85
game_listing
Function · 0.85
Calls
1
_concat
Function · 0.85
Tested by
no test coverage detected