MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / clover_strlen

Function clover_strlen

rEFIt_UEFI/Platform/Posix/strlen.cpp:101–104  ·  view source on GitHub ↗

to be able to call strlen when running in a libc environment. */

Source from the content-addressed store, hash-verified

99
100/* to be able to call strlen when running in a libc environment. */
101size_t clover_strlen (const char *str)
102{
103 return strlen(str);
104}

Callers

nothing calls this directly

Calls 1

strlenFunction · 0.70

Tested by

no test coverage detected