MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / nat_isdigit

Function nat_isdigit

Engine/source/core/strings/stringFunctions.cpp:78–82  ·  view source on GitHub ↗

These are defined as macros to make it easier to adapt this code to * different characters types or comparison functions. */

Source from the content-addressed store, hash-verified

76/* These are defined as macros to make it easier to adapt this code to
77 * different characters types or comparison functions. */
78static inline int
79nat_isdigit( nat_char a )
80{
81 return dIsdigit( a );
82}
83
84
85static inline int

Callers 3

compare_rightFunction · 0.85
compare_leftFunction · 0.85
strnatcmp0Function · 0.85

Calls 1

dIsdigitFunction · 0.85

Tested by

no test coverage detected