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

Method nextChar

testlib.h:1948–1953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1946 }
1947
1948 int nextChar() {
1949 if (!refill())
1950 return EOFC;
1951
1952 return isEof[bufferPos] ? EOFC : increment();
1953 }
1954
1955 void skipChar() {
1956 increment();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected