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

Function concat_text

include/init/string.h:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101static int concat_text(char *dest, const char *src1, const char *src2)
102{
103 return sprintf(dest, "%s %s", src1, src2);
104}
105
106static int concat_path(char *dest, const char *src1, const char *src2)
107{

Callers 13

get_sys_infoFunction · 0.85
www_client.hFile · 0.85
fix_isoFunction · 0.85
fix_gameFunction · 0.85
mount_misc.hFile · 0.85
download_fileFunction · 0.85
remap_unmap.hFile · 0.85
secureid.hFile · 0.85
sysbgm.hFile · 0.85
ros.hFile · 0.85
show_errorFunction · 0.85
add_launchpad_extrasFunction · 0.85

Calls 1

sprintfFunction · 0.50

Tested by

no test coverage detected