Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ m_nputs
Function
m_nputs
Sming/System/m_printf.cpp:271–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
size_t m_nputs(const char* str, size_t length)
272
{
273
return _puts_callback ? _puts_callback(str, length) : 0;
274
}
275
276
size_t m_puts(const char* str)
277
{
Callers
10
execute
Method · 0.85
WRAP(_write_r)
Function · 0.85
_write_r
Function · 0.85
ATTR_GDBEXTERNFN gdbSendData
Function · 0.85
_write_r
Function · 0.85
m_puts
Function · 0.85
m_printHex
Function · 0.85
printBin
Function · 0.85
ioCallback
Function · 0.85
print
Function · 0.85
Calls
no outgoing calls
Tested by
3
execute
Method · 0.68
printBin
Function · 0.68
ioCallback
Function · 0.68