ack/mach/vax4/ce/mach.c

13 lines
178 B
C
Raw Normal View History

1988-09-15 09:49:22 +00:00
#include <system.h>
#include <em.h>
#include <out.h>
#include "mach.h"
#include "back.h"
arg_error( s, arg)
char *s;
int arg;
{
fprint( STDERR, "arg_error %s %d\n", s, arg);
}