MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / Ft_vsprintfRegister

Function Ft_vsprintfRegister

bsp/ft2004/libraries/bsp/standlone/ft_printf.c:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23vsprintf_p Vsprintf_pFun = (vsprintf_p)vsprintf;
24
25void Ft_vsprintfRegister(vsprintf_p f)
26{
27 Vsprintf_pFun = f;
28}
29
30void Ft_printf(const char *fmt, ...)
31{

Callers 1

rt_hw_board_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected