Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
peekToken
Function · 0.80
Calls
1
getc
Function · 0.85
Tested by
no test coverage detected