Change fatal() and error() to use varargs.

This commit is contained in:
David Given
2013-05-10 12:04:21 +01:00
parent d91a1dc1a6
commit d89f172841
8 changed files with 37 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ static char rcsid[]= "$Id$";
#include <stdlib.h>
#include <stdio.h>
#include "extern.h"
char *filename;
char *beg_sbrk;