Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
vsprintf_p Vsprintf_pFun = (vsprintf_p)vsprintf;
24
25
void Ft_vsprintfRegister(vsprintf_p f)
26
{
27
Vsprintf_pFun = f;
28
}
29
30
void Ft_printf(const char *fmt, ...)
31
{
Callers
1
rt_hw_board_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected