Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ putc_unlocked
Function
putc_unlocked
examples/stdlib.c:3526–3529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3524
}
3525
3526
static int putc_unlocked(int c, FILE *stream)
3527
{
3528
return fputc_unlocked(c, stream);
3529
}
3530
3531
static int putchar(int c)
3532
{
Callers
nothing calls this directly
Calls
1
fputc_unlocked
Function · 0.85
Tested by
no test coverage detected