MCPcopy Create free account
hub / github.com/MikeMirzayanov/testlib / skipChar

Method skipChar

testlib.h:1724–1726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1722 }
1723
1724 void skipChar() {
1725 pos++;
1726 }
1727
1728 void unreadChar(int c) {
1729 if (pos == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected