MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / tolower

Function tolower

src/SB/Core/x/xString.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272namespace
273{
274 U32 tolower(char param_1)
275 {
276 return tolower((S32)param_1);
277 }
278
279 U32 tolower(S32 param_1)
280 {

Callers 2

imemcmpFunction · 0.70
isSameFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected