MCPcopy 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
3521static int putc(int c, FILE *stream)
3522{
3523 return fputc(c, stream);
3524}
3525
3526static int putc_unlocked(int c, FILE *stream)
3527{

Callers 15

errorFunction · 0.85
warningFunction · 0.85
debugImplFunction · 0.85
errorMethod · 0.85
debugMethod · 0.85
sendMetadataHeaderMethod · 0.85
sendMetadataFooterMethod · 0.85
sendDefinitionFooterMethod · 0.85
sendStringMethod · 0.85

Calls 1

fputcFunction · 0.85

Tested by

no test coverage detected