/*
UNTIP.C
written sometime in 1980 by Leor Zolman
This program takes a file of text that was accumulated during
a session on ITS where carriage-motion optimization was in effect,
meaning that there are "linefeed-backspace-backspace...text" sequences
all through it and it can't be edited using normal CP/M editors,
and turns it into normal text.
Usage:
A>untip sourcefile [destfile] <cr>
If only one name is given, a temp file is created and renamed at the
end to be the same as the source file (i.e., if something goes wrong,
you might lose the file...but probably not.)
*/