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

Function printf

Sming/System/include/m_printf.h:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71template <typename... Args> int printf(const char* fmt, Args... args)
72{
73 return m_printf(fmt, args...);
74}
75
76/** @brief output a block of data in hex format
77 * @param tag brief name to display with the data block. Specify nullptr if not required.

Callers 4

find_adapterFunction · 0.85
dhcp_server_processFunction · 0.85
enableDynamicPayloadsMethod · 0.85
enableAckPayloadMethod · 0.85

Calls 1

m_printfFunction · 0.85

Tested by

no test coverage detected