NAME
fortliner - fit a Fortran program into lines of the right size
SYNOPSIS
fortliner infile outfile
DESCRIPTION
The fortliner program takes an input file that is Fortran but with unlimited length lines and breaks lines longer than the 72 columns allowed by Fortran 77 into as many continuation lines as necessary. In particular, this is needed to post-process the output of the fortsplit program.
HISTORY
This program was written by Chris Wilson.