Short:        Set of COBOL utility programs
Author:       dessex@arvotek.net (David Essex) et al., port by uploader
Uploader:     polluks sdf lonestar org (Stefan Haubenthal)
Type:         dev/misc
Version:      0.84 (beta)
Architecture: m68k-amigaos

Utility program that will convert from/to fixed to/from free-form COBOL formats.

Usage:
htcobpp  [<options>] [<input_file>] <output is to standard output>
where <options> are:
      -h, --help              This help screen
      -v, --version           Print out version
      -t, --tab <num>         Expand tabs to <num> space(s)
      -x, --free-format       Convert source to X/Open free source format
      -f, --fixed-format      Convert source to Standard fixed column format