Statistics
| Branch: | Revision:

root / stubs / mon-printf.c @ 5708fc66

History | View | Annotate | Download (184 Bytes)

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
}