Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ putchar
Function
putchar
examples/stdlib.c:3531–3534 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3529
}
3530
3531
static int putchar(int c)
3532
{
3533
return fputc(c, stdout);
3534
}
3535
3536
static int putchar_unlocked(int c)
3537
{
Callers
4
triforce
Function · 0.85
main
Function · 0.85
test_qsort
Function · 0.85
logImpl
Function · 0.85
Calls
1
fputc
Function · 0.85
Tested by
3
triforce
Function · 0.68
main
Function · 0.68
test_qsort
Function · 0.68