MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/RadeonProRender-Baikal / parseInt

Function parseInt

RprTest/tiny_obj_loader.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static inline int parseInt(const char*& token)
93{
94 token += strspn(token, " \t");
95 int i = atoi(token);
96 token += strcspn(token, " \t\r");
97 return i;
98}
99
100static inline float parseFloat(const char*& token)
101{

Callers 1

LoadMtlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected