Man page for cform.1
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