Sign in
qemu
/
qemu
/
47b43a1f414c5b3eb9eb7502d0b0be0d134259ba
/
.
/
stubs
/
mon-printf.c
blob: 0ce2ca69253c0d96e7726c912c86e37dbc1eb965 [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
#include
"monitor/monitor.h"
void
monitor_printf
(
Monitor
*
mon
,
const
char
*
fmt
,
...)
{
}
void
monitor_vprintf
(
Monitor
*
mon
,
const
char
*
fmt
,
va_list ap
)
{
}