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

Function concat2

include/init/string.h:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static int concat2(char *dest, const char *src1, const char *src2)
92{
93 return sprintf(dest, "%s%s", src1, src2);
94}
95
96static void concat3(char *dest, const char *src1, const char *src2, const char *src3)
97{

Callers 15

add_list_entryFunction · 0.85
folder_listingFunction · 0.85
update_languageFunction · 0.85
www_client.hFile · 0.85
mount.hFile · 0.85
map_app_homeFunction · 0.85
cache_file_to_hddFunction · 0.85
mount_on_insert_usbFunction · 0.85
mount_threadFunction · 0.85
translate_pathFunction · 0.85
process_read_dir_cmdFunction · 0.85
fix_gameFunction · 0.85

Calls 1

sprintfFunction · 0.50

Tested by

no test coverage detected