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

Function rt_vsnprintf

src/klibc/kstdio.c:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80#ifdef RT_KLIBC_USING_LIBC_VSNPRINTF
81int rt_vsnprintf(char *buf, rt_size_t size, const char *fmt, va_list args)
82{
83 return vsnprintf(buf, size, fmt, args);
84}
85#endif /* RT_KLIBC_USING_LIBC_VSNPRINTF */
86RTM_EXPORT(rt_vsnprintf);
87

Callers 14

rt_snprintfFunction · 0.70
rt_vsprintfFunction · 0.70
rt_dm_dev_set_nameFunction · 0.50
ulog_formaterFunction · 0.50
ulog_rawFunction · 0.50
syslog_formaterFunction · 0.50
hal_printfFunction · 0.50
__wrap_rtl_printfFunction · 0.50
eLIBs_printfFunction · 0.50
lcd_show_stringFunction · 0.50
lcd_show_stringFunction · 0.50
lcd_show_stringFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected