Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ putc
Function
putc
examples/stdlib.c:3521–3524 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3519
}
3520
3521
static int putc(int c, FILE *stream)
3522
{
3523
return fputc(c, stream);
3524
}
3525
3526
static int putc_unlocked(int c, FILE *stream)
3527
{
Callers
15
error
Function · 0.85
warning
Function · 0.85
debugImpl
Function · 0.85
error
Method · 0.85
debug
Method · 0.85
sendMetadataHeader
Method · 0.85
sendMetadataFooter
Method · 0.85
sendDefinitionFooter
Method · 0.85
sendString
Method · 0.85
sendSignalTrampolineMessage
Method · 0.85
sendPrintTrampolineMessage
Method · 0.85
sendExitTrampolineMessage
Method · 0.85
Calls
1
fputc
Function · 0.85
Tested by
no test coverage detected