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