These two source files should work out just fine on your PLUS to do
uuencode to convert binaries to ASCII for mailing and uudecode to
turn ASCII files back into binaries.  They run fine small model, just
cc -O -o uuencode uuencode.c
cc -O -o uudecode uudecode.c

Notice that uudecode uses the file name on the "begin" line to decide
what file to put it in and uuencode will accept a file name on the
command line for the destination ASCII file.  If the "begin" line file
name doesn't suit you, remember to edit it to something else before you
uudecode.
