MCPcopy 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
1343static void skipspace (TCHAR **s)
1344{
1345 while (_istspace (**s))
1346 (*s)++;
1347}
1348static void skipnspace (TCHAR **s)
1349{
1350 while (!_istspace (**s))

Callers 3

nextstringFunction · 0.85
parseccdFunction · 0.85
parsecueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected