Sign in
qemu
/
qemu
/
b60520392daf977bca26010960f78c4885db7e9f
/
.
/
contrib
/
elf2dmp
/
err.h
blob: 5456bd5a305609a4e1d29fd01d7e9afff59f5a4d [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2018 Virtuozzo International GmbH
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
*
*/
#ifndef
ERR_H
#define
ERR_H
#define
eprintf
(...)
fprintf
(
stderr
,
__VA_ARGS__
)
#endif
/* ERR_H */