MCPcopy Create free account
hub / github.com/SmingHub/Sming / m_putc

Function m_putc

Sming/System/m_printf.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58size_t m_putc(char c)
59{
60 return _puts_callback ? _puts_callback(&c, 1) : 0;
61}
62
63
64/**

Callers 9

WRAP(putchar)Function · 0.85
_putc_rFunction · 0.85
putsFunction · 0.85
putcharFunction · 0.85
printBinFunction · 0.85
testSoftwareDelaysMethod · 0.85
bitPatternsMethod · 0.85

Calls

no outgoing calls

Tested by 3

printBinFunction · 0.68
testSoftwareDelaysMethod · 0.68
bitPatternsMethod · 0.68