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

Function concat_path

include/init/string.h:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106static int concat_path(char *dest, const char *src1, const char *src2)
107{
108 return sprintf(dest, "%s/%s", src1, src2);
109}
110
111static int concat_path2(char *dest, const char *src1, const char *src2, const char *src3)
112{

Callers 15

folder_listingFunction · 0.85
languageFunction · 0.85
no_singstar_iconFunction · 0.85
start_wwwFunction · 0.85
auto_playFunction · 0.85
mount.hFile · 0.85
swap_kernelFunction · 0.85
delete_historyFunction · 0.85
mkdirsFunction · 0.85
copy_rom_mediaFunction · 0.85
create_ntfs_fileFunction · 0.85
game_listingFunction · 0.85

Calls 1

sprintfFunction · 0.50

Tested by

no test coverage detected