Short: Fortran 77 to C translator. V93.04.28 Author: David Gay Type: dev/ade Version: 93.04.28 Architecture: m68k-amigaos Origin: Amiga Development Environment, ftp.ninemoons.com:pub/ade Date: 1993.04.28 F2c converts Fortran 77 source code in files with names ending in `.f' or `.F' to C (or C++) source files in the current directory, with `.c' substituted for the final `.f' or `.F'. If no Fortran files are named, f2c reads Fortran from standard input and writes C on standard output. Filenames that end with `.p' or `.P' are taken to be prototype files, as produced by option `-P', and are read first.