Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldostools/webMAN-MOD
/ strncopy
Function
strncopy
include/init/string.h:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
static int strncopy(char *dest, int length, const char *src)
26
{
27
return snprintf(dest, length,
"%s"
, src);
28
}
29
30
typedef struct {
31
u32 size;
Callers
15
qr_code
Function · 0.85
add_list_entry
Function · 0.85
setup_form
Function · 0.85
parsePath
Function · 0.85
get_game_info
Function · 0.85
www_client.h
File · 0.85
process_read_dir_cmd
Function · 0.85
parse_lba
Function · 0.85
mount_lastgames.h
File · 0.85
installPKG
Function · 0.85
do_custom_combo
Function · 0.85
popup.h
File · 0.85
Calls
1
snprintf
Function · 0.50
Tested by
no test coverage detected