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

Function _concat2

include/init/string.h:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static void _concat2(t_string *dest, const char *src1, const char *src2)
64{
65 _concat(dest, src1);
66 _concat(dest, src2);
67}
68
69static void _concat3(t_string *dest, const char *src1, const char *src2, const char *src3)
70{

Callers 14

folder_listingFunction · 0.85
prepare_headerFunction · 0.85
prepare_htmlFunction · 0.85
delete.hFile · 0.85
refresh.hFile · 0.85
nobd.hFile · 0.85
extgd.hFile · 0.85
setup.hFile · 0.85
edit_chat_popup.hFile · 0.85
insert_eject.hFile · 0.85
build_roms_xmlFunction · 0.85

Calls 1

_concatFunction · 0.85

Tested by

no test coverage detected