repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MAINTAINERS: update s390 file patterns
[qemu/ar7.git]
/
stubs
/
mon-printf.c
blob
0ce2ca69253c0d96e7726c912c86e37dbc1eb965
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
}