Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
static inline nat_char
93
nat_toupper( nat_char a )
94
{
95
return dToupper( a );
96
}
97
98
99
Callers
1
strnatcmp0
Function · 0.85
Calls
1
dToupper
Function · 0.85
Tested by
no test coverage detected