uuexplode-1.5.c (based on kiss 1.0) Author kiss 1.0: Kevin Yang Code cleanup and v1.5: Michael Bergman (euambn@eua.ericsson.se) Modified for OVMS v1.5V: William P. Bame (bill@office.ab.umd.edu) Released to the Public Domain, no warranty whatsoever implied. This C program (UNIX and OVms) takes an unlimited number of uuencoded files and removes garbage lines. The uuencoded lines are decoded and written to specific output files. It is quite verbose as opposed to e.g. uuconvert and tells you when things go well and when they don't. It can also handle garbage between the `/SPC line and the end line and warns if it suspects there is garbage between the last short data line and the SPC-line. To compile for UNIX: "cc -O -o uuexplode uuexplode-1.x.c". To compile for OVMS (VAXC, not DECC): $ cc uuexplode $ link uuexplode,sys$input/opt sys$share:vaxcrtl/share