MCPcopy Create free account
hub / github.com/OpenIPC/firmware / skipspaces

Function skipspaces

general/package/comgt/src/comgt.c:326–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void skipspaces(void) {
327 while(script[pc]==' ' || script[pc]=='\t' ) pc++;
328}
329
330void getopen(void) {
331 int a;

Callers 15

getopenFunction · 0.85
getcloseFunction · 0.85
skiptokenFunction · 0.85
gettokenFunction · 0.85
getvalueFunction · 0.85
getcommaFunction · 0.85
gethardstringFunction · 0.85
getstringFunction · 0.85
getdvalueFunction · 0.85
doletFunction · 0.85
dowaitforFunction · 0.85
dosetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected