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

Function nat_toupper

Engine/source/core/strings/stringFunctions.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92static inline nat_char
93nat_toupper( nat_char a )
94{
95 return dToupper( a );
96}
97
98
99

Callers 1

strnatcmp0Function · 0.85

Calls 1

dToupperFunction · 0.85

Tested by

no test coverage detected