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

Function concat_path2

include/init/string.h:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111static int concat_path2(char *dest, const char *src1, const char *src2, const char *src3)
112{
113 return sprintf(dest, "%s/%s%s", src1, src2, src3);
114}
115
116static void memcpy64(void *dst, const void *src, int n)
117{

Callers 15

no_singstar_iconFunction · 0.85
mount.hFile · 0.85
fix_isoFunction · 0.85
fix_gameFunction · 0.85
copy_ps2config_isoFunction · 0.85
get_local_app_verFunction · 0.85
patch_gamebootFunction · 0.85
start_vsh_guiFunction · 0.85
unlink_fileFunction · 0.85
add_net_gameFunction · 0.85
set_scan_pathFunction · 0.85
game_listingFunction · 0.85

Calls 1

sprintfFunction · 0.50

Tested by

no test coverage detected