MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / ToLowerCase

Function ToLowerCase

jni/stasm/misc.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void ToLowerCase(
47 char* s) // io: convert to lower case
48{
49 for (; *s; s++)
50 *s = char(tolower(*s));
51}
52
53void ConvertBackslashesToForwardAndStripFinalSlash(char* s)
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected