MCPcopy 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
69static 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
76static t_string fast_concat;
77

Callers 2

prepare_htmlFunction · 0.85
game_listingFunction · 0.85

Calls 1

_concatFunction · 0.85

Tested by

no test coverage detected