u-boot/tools/gdb/error.h

8 lines
141 B
C
Raw Normal View History

2000-10-11 22:04:29 +00:00
#include <stdarg.h>
extern char *pname;
extern void Warning(char *, ...);
extern void Error(char *, ...);
extern void Perror(char *, ...);