fortran -> c converter: free!

Richard Steinberger ric at ace.sri.com
Wed Feb 7 03:12:42 AEST 1990


In article <22347 at adm.BRL.MIL> you write:
>To All,
>	I am looking for a Fortran-to-C source conversion utility.
>Pointers to companies, public domain, archives, and other lists are
>all welcome.
>
>	A summary will be posted if appropriate.
>
>Thank you for your time,
>
>Jonathan Eisenhamer
>jon at astro.ucla.edu
>jon at uclastro.bitnet
>bonnie::jon (span 5.708)
>(213)206-8596

You can do the following:

(echo filter f2c; cat file) | mail netlib at research.att.com

This allows the friendly machine at AT&T to convert a fortran file
named file to a c file.  You'll also need a header file:

echo "send f2c.h from f2c" | mail netlib at research.att.com

Full details:  echo "send index from f2c" | mail netlib at research.att.com

-ric steinberger



More information about the Comp.unix.questions mailing list