Project standard source code has tabs converted to spaces and CRLF line endings. Other text files have CRLF line endings.
8 lines
172 B
C
8 lines
172 B
C
#ifndef MONITOR_H
|
|
#define MONITOR_H
|
|
|
|
#include "qemu-common.h"
|
|
|
|
void monitor_printf(Monitor *mon, const char *fmt, ...) GCC_FMT_ATTR(2, 3);
|
|
|
|
#endif /* !MONITOR_H */
|