MCPcopy Create free account
hub / github.com/GJDuck/e9patch / getc

Method getc

src/e9patch/e9json.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 char getc()
95 {
96 char c = ::getc(stream);
97 if (c == '\n')
98 lineno++;
99 return c;
100 }
101
102 void ungetc(char c)
103 {

Callers 1

peekTokenFunction · 0.80

Calls 1

getcFunction · 0.85

Tested by

no test coverage detected