MCPcopy Create free account
hub / github.com/axmolengine/axmol / isSpace

Function isSpace

core/3d/ObjLoader.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69};
70
71static inline bool isSpace(const char c)
72{
73 return (c == ' ') || (c == '\t');
74}
75
76static inline bool isNewLine(const char c)
77{

Callers 2

LoadMtlFunction · 0.85
LoadObjFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected