Sign in
coral
/
uboot-imx
/
2abbe0754759f94c79125a2534fbc4be74f416bc
/
.
/
tools
/
gdb
/
error.h
blob: 907709f7679836cfaf922d82e494b08e7fa83da9 [
file
] [
log
] [
blame
]
#include
<stdarg.h>
extern
char
*
pname
;
extern
void
Warning
(
char
*,
...);
extern
void
Error
(
char
*,
...);
extern
void
Perror
(
char
*,
...);