Sign in
third-party-mirror
/
u-boot
/
ab255f26f96519e44b295d7b0f4883a03c5cbfc8
/
.
/
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
*,
...);