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