Initial revision

This commit is contained in:
wdenk
2000-10-11 22:04:29 +00:00
parent b15cbc0be0
commit 3ba686544f
7 changed files with 274 additions and 0 deletions

7
tools/gdb/error.h Normal file
View File

@ -0,0 +1,7 @@
#include <stdarg.h>
extern char *pname;
extern void Warning(char *, ...);
extern void Error(char *, ...);
extern void Perror(char *, ...);