u-boot-brain/tools/gdb/error.h

8 lines
141 B
C
Raw Normal View History

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