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

Method postprocessGetc

testlib.h:1762–1767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1760 std::vector<int> undoReadChars;
1761
1762 inline int postprocessGetc(int getcResult) {
1763 if (getcResult != EOF)
1764 return getcResult;
1765 else
1766 return EOFC;
1767 }
1768
1769 int getc(FILE *file) {
1770 int c;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected