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

Function nat_isspace

Engine/source/core/strings/stringFunctions.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84
85static inline int
86nat_isspace( nat_char a )
87{
88 return dIsspace( a );
89}
90
91
92static inline nat_char

Callers 1

strnatcmp0Function · 0.85

Calls 1

dIsspaceFunction · 0.85

Tested by

no test coverage detected