MCPcopy Create free account
hub / github.com/HelenOS/helenos / vprintf

Function vprintf

kernel/generic/src/printf/vprintf.c:85–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85int vprintf(const char *fmt, va_list ap)
86{
87 printf_spec_t ps = {
88 vprintf_str_write,
89 vprintf_wstr_write,
90 NULL
91 };
92
93 return printf_core(fmt, &ps, ap);
94}
95
96/** @}
97 */

Callers 3

printfFunction · 0.70
panic_commonFunction · 0.50
fault_from_uspace_coreFunction · 0.50

Calls 1

printf_coreFunction · 0.70

Tested by

no test coverage detected