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

Method curChar

testlib.h:1709–1714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1707 }
1708
1709 int curChar() {
1710 if (pos >= s.length())
1711 return EOFC;
1712 else
1713 return s[pos];
1714 }
1715
1716 int nextChar() {
1717 if (pos >= s.length()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected