Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dStrnatcmp
Function
dStrnatcmp
Engine/source/core/strings/stringFunctions.cpp:203–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
202
203
S32 dStrnatcmp(const nat_char* a, const nat_char* b) {
204
return strnatcmp0(a, b, 0);
205
}
206
207
208
/* Compare, recognizing numeric string and ignoring case. */
Callers
9
_valueCompare
Method · 0.85
_keyCompare
Method · 0.85
consoleFunctions.cpp
File · 0.85
operator<
Method · 0.85
operator>
Method · 0.85
operator<=
Method · 0.85
operator>=
Method · 0.85
QSORT_CALLBACK compareEntries
Function · 0.85
IMPLEMENT_CALLBACK
Function · 0.85
Calls
1
strnatcmp0
Function · 0.85
Tested by
no test coverage detected