MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / to_upper

Function to_upper

Engine/lib/openal-soft/common/alstring.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace {
11
12int to_upper(const char ch)
13{
14 using char8_traits = std::char_traits<char>;
15 return std::toupper(char8_traits::to_int_type(ch));
16}
17
18} // namespace
19

Callers 2

strcasecmpFunction · 0.85
strncasecmpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected