MCPcopy 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
271size_t m_nputs(const char* str, size_t length)
272{
273 return _puts_callback ? _puts_callback(str, length) : 0;
274}
275
276size_t m_puts(const char* str)
277{

Callers 10

executeMethod · 0.85
WRAP(_write_r)Function · 0.85
_write_rFunction · 0.85
_write_rFunction · 0.85
m_putsFunction · 0.85
m_printHexFunction · 0.85
printBinFunction · 0.85
ioCallbackFunction · 0.85
printFunction · 0.85

Calls

no outgoing calls

Tested by 3

executeMethod · 0.68
printBinFunction · 0.68
ioCallbackFunction · 0.68