Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ skipspace
Function
skipspace
src/blkdev_cdimage.cpp:1343–1347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1341
}
1342
1343
static void skipspace (TCHAR **s)
1344
{
1345
while (_istspace (**s))
1346
(*s)++;
1347
}
1348
static void skipnspace (TCHAR **s)
1349
{
1350
while (!_istspace (**s))
Callers
3
nextstring
Function · 0.85
parseccd
Function · 0.85
parsecue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected