Change fatal() and error() to use varargs.
This commit is contained in:
@@ -40,3 +40,7 @@ extern int use_tes;
|
||||
|
||||
extern char *mystrcpy();
|
||||
extern char *myalloc();
|
||||
|
||||
extern void error(const char* s, ...);
|
||||
extern void fatal(const char* s, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user