Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ getc_unlocked
Function
getc_unlocked
examples/stdlib.c:3667–3670 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3665
}
3666
3667
static int getc_unlocked(FILE *stream)
3668
{
3669
return fgetc_unlocked(stream);
3670
}
3671
3672
static int getchar(void)
3673
{
Callers
nothing calls this directly
Calls
1
fgetc_unlocked
Function · 0.85
Tested by
no test coverage detected