NAME
cform - translate inside SUIF from Fortran to C form
SYNOPSIS
cform infile outfile
DESCRIPTION
This program translates from the SUIF representation of a Fortran program to the nearest C representation with the same semantics. Arrays are re-indexed to begin at zero. This can be useful before s2c to get C output with the same number of dimensions as the Fortran arrays.
HISTORY
This program was written by Chris Wilson.