Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
size_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_r
Function · 0.85
puts
Function · 0.85
putchar
Function · 0.85
ATTR_GDBEXTERNFN gdbReceiveChar
Function · 0.85
ATTR_GDBEXTERNFN gdbSendChar
Function · 0.85
printBin
Function · 0.85
testSoftwareDelays
Method · 0.85
bitPatterns
Method · 0.85
Calls
no outgoing calls
Tested by
3
printBin
Function · 0.68
testSoftwareDelays
Method · 0.68
bitPatterns
Method · 0.68