MCPcopy 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
25static int strncopy(char *dest, int length, const char *src)
26{
27 return snprintf(dest, length, "%s", src);
28}
29
30typedef struct {
31 u32 size;

Callers 15

qr_codeFunction · 0.85
add_list_entryFunction · 0.85
setup_formFunction · 0.85
parsePathFunction · 0.85
get_game_infoFunction · 0.85
www_client.hFile · 0.85
process_read_dir_cmdFunction · 0.85
parse_lbaFunction · 0.85
mount_lastgames.hFile · 0.85
installPKGFunction · 0.85
do_custom_comboFunction · 0.85
popup.hFile · 0.85

Calls 1

snprintfFunction · 0.50

Tested by

no test coverage detected