ack/util/led/read.c
ceriel baf5b74da2 A new version, that no longer tries to move all null parts to the end
of a segment. It also uses the "object" library to read and write ACK-
object files and libraries.
1986-10-20 10:17:57 +00:00

11 lines
135 B
C

#ifndef lint
static char rcsid[] = "$Header$";
#endif
int infile; /* The current input file. */
rd_fatal()
{
fatal("read error");
}