FX Munge                                                  May 1994
copyright (c) 1994 by Jorge Cwik, all rights reserved
<jorge@satlink.net>


This small package describes the munging algorythm as performed by
FX Uucp, notably FX Uucico. Source in ANSI C for a munging function
is provided. It is not the actual code used in FX uucp, but is func-
tionally equivalent. The source is fully comented, and clearness
was usually prioritized over optimization.

A linkable object module is included in precompiled form. Two versions
are provided, one in small model and the other in large model. They
are the result of compiling the source with online (instrinsic) versions
of the runtime library subroutines. This way, the modules will not conflict
with different compiler implementations and don't need any extern library.

fxmunges.obj and fxmungel.obj are respectively the small and large model
object modules.

The source has a detailed description of the munging algorythm. The code
wasn't verified to be portable outside the DOS environment.
