cform - translate inside SUIF from Fortran to C form
cform infile outfile
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.
This program was written by Chris Wilson.