MCPcopy Create free account
hub / github.com/RenderKit/embree / isSep

Function isSep

tutorials/common/scenegraph/obj_loader.cpp:43–45  ·  view source on GitHub ↗

! Determine if character is a separator. */

Source from the content-addressed store, hash-verified

41
42 /*! Determine if character is a separator. */
43 static inline bool isSep(const char c) {
44 return (c == ' ') || (c == '\t');
45 }
46
47 /*! Parse separator. */
48 static inline const char* parseSep(const char*& token) {

Callers 1

OBJLoaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected