]> Git Repo - qemu.git/blob - stubs/mon-printf.c
stubs: fully replace qemu-tool.c and qemu-user.c
[qemu.git] / stubs / mon-printf.c
1 #include "qemu-common.h"
2 #include "monitor/monitor.h"
3
4 void monitor_printf(Monitor *mon, const char *fmt, ...)
5 {
6 }
7
8 void monitor_vprintf(Monitor *mon, const char *fmt, va_list ap)
9 {
10 }
This page took 0.025931 seconds and 4 git commands to generate.