By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 1.07; (* of unsqz.p 1994 sep 6}
(* begin module describe.unsqz *)
(*
name
unsqz: unsqueeze the input file
synopsis
unsqz(fin: in, fout: out, output: out);
files
fin: the output of the sqz program
fout: the unsqueezed file.
output: messages to the user
describe
unsqz reverses the operation of sqz.
The first character of the fin file is used to indicate where
lines should be fused together, so no matter what character was used
to sqz, unsqz will always work.
see also
sqz.p
author
thomas dana schneider
bugs
none known
*)
(* end module describe.unsqz *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}