Table of Contents

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.

See Also

s2c(1)

History

This program was written by Chris Wilson.


Table of Contents