Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
int 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
printf
Function · 0.70
panic_common
Function · 0.50
fault_from_uspace_core
Function · 0.50
Calls
1
printf_core
Function · 0.70
Tested by
no test coverage detected