Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
326
void skipspaces(void) {
327
while(script[pc]==
' '
|| script[pc]==
'\t'
) pc++;
328
}
329
330
void getopen(void) {
331
int a;
Callers
15
getopen
Function · 0.85
getclose
Function · 0.85
skiptoken
Function · 0.85
gettoken
Function · 0.85
getvalue
Function · 0.85
getcomma
Function · 0.85
gethardstring
Function · 0.85
getstring
Function · 0.85
getdvalue
Function · 0.85
dolet
Function · 0.85
dowaitfor
Function · 0.85
doset
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected