Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ getc
Function
getc
examples/stdlib.c:3662–3665 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3660
}
3661
3662
static int getc(FILE *stream)
3663
{
3664
return fgetc(stream);
3665
}
3666
3667
static int getc_unlocked(FILE *stream)
3668
{
Callers
6
runTest
Function · 0.85
test_stdio
Function · 0.85
getc
Method · 0.85
getChar
Function · 0.85
init
Function · 0.85
init
Function · 0.85
Calls
1
fgetc
Function · 0.85
Tested by
2
runTest
Function · 0.68
test_stdio
Function · 0.68