MCPcopy Create free account
hub / github.com/coreboot/coreboot / vprintf_write

Function vprintf_write

payloads/libpayload/libc/printf.c:800–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798}
799
800static int vprintf_write(const char *str, size_t count, void *unused)
801{
802 console_write(str, count);
803 return count;
804}
805
806int vprintf(const char *fmt, va_list ap)
807{

Callers

nothing calls this directly

Calls 1

console_writeFunction · 0.70

Tested by

no test coverage detected