f2c: f2c (a Fortran-to-C converter)
f2c:
f2c: by S. I. Feldman, David M. Gay, Mark W. Maimone, and N. L. Schryer
f2c:
f2c: From netlib. Includes libf2c.
f2c:
f2c: The general idea: f2c foo.f; gcc foo.c -lf2c
f2c:
f2c: If combining with gfortran, see the -ff2c option in the gfortran man
f2c: page.
f2c: