Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
static int strcopy(char *dest, const char *src)
21
{
22
return sprintf(dest,
"%s"
, src);
23
}
24
25
static int strncopy(char *dest, int length, const char *src)
26
{
Callers
15
get_cobra_version
Function · 0.85
get_sys_info
Function · 0.85
qr_code
Function · 0.85
cpu_rsx_stats
Function · 0.85
show_wm_version
Function · 0.85
add_list_entry
Function · 0.85
file_manager.h
File · 0.85
add_breadcrumb_trail
Function · 0.85
folder_listing
Function · 0.85
setup_parse_settings
Function · 0.85
setup_form
Function · 0.85
read_settings
Function · 0.85
Calls
1
sprintf
Function · 0.50
Tested by
no test coverage detected