MCPcopy Create free account
hub / github.com/cinder/Cinder / readNextCommand

Function readNextCommand

src/cinder/svg/Svg.cpp:1307–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1305}
1306
1307char readNextCommand( const char **sInOut )
1308{
1309 const char *s = *sInOut;
1310 while( *s && (isspace(*s) || *s == ',') )
1311 s++;
1312 *sInOut = s + 1;
1313 return *s;
1314}
1315
1316bool readFlag( const char **sInOut )
1317{

Callers 1

parsePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected