Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ getchar
Function
getchar
examples/stdlib.c:3672–3675 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3670
}
3671
3672
static int getchar(void)
3673
{
3674
return fgetc(stdin);
3675
}
3676
3677
static int getchar_unlocked(void)
3678
{
Callers
nothing calls this directly
Calls
1
fgetc
Function · 0.85
Tested by
no test coverage detected