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

Function strcopy

include/init/string.h:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#endif
19
20static int strcopy(char *dest, const char *src)
21{
22 return sprintf(dest, "%s", src);
23}
24
25static int strncopy(char *dest, int length, const char *src)
26{

Callers 15

get_cobra_versionFunction · 0.85
get_sys_infoFunction · 0.85
qr_codeFunction · 0.85
cpu_rsx_statsFunction · 0.85
show_wm_versionFunction · 0.85
add_list_entryFunction · 0.85
file_manager.hFile · 0.85
add_breadcrumb_trailFunction · 0.85
folder_listingFunction · 0.85
setup_parse_settingsFunction · 0.85
setup_formFunction · 0.85
read_settingsFunction · 0.85

Calls 1

sprintfFunction · 0.50

Tested by

no test coverage detected