This is an 'ed' program clone I found on cs.ubc.ca in the linux sources
directory.  Aside from a few unary operator hacks, I did not change the
source as it was posted by the authors listed at the top of ed.c. 

I took the liberty of including a Makefile to ensure the '-traditional'
flag was used with GCC.  Without it, there are some return errors since
the source is ANSI prototyped only when compiling under TURBO/C.

The only discrepency with the code I found was it's use of gets().  I'm
not sure how secure people want 'ed' to be, but I hope this doesn't
present a problem to anyone.


Gregg 		July 31, 1992
---------------------------------------------------------------------------
 Gregg D. Brekke       Director of Network Operations, FrEdMail Foundation
 greggb@fred.org            FrEdMail - The K-12 link to the InterNet
