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

Function strlen

libc.c:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16extern size_t stdc_2F45D39C(const char *str); // strlen()
17#define __strlen stdc_2F45D39C
18size_t strlen(const char *str) {if(!str) return 0; return __strlen(str);}
19
20extern void *stdc_5909E3C4(void *str, int c, size_t n); // memset()
21#define __memset stdc_5909E3C4

Callers 15

cobra_set_psp_umdFunction · 0.50
add_game_infoFunction · 0.50
add_list_entryFunction · 0.50
add_breadcrumb_trailFunction · 0.50
folder_listingFunction · 0.50
setup_formFunction · 0.50
parsePathFunction · 0.50
ssplitFunction · 0.50
handleclient_ftpFunction · 0.50
add_check_boxFunction · 0.50
ssendFunction · 0.50
trimFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected