FORTRAN 77 to C Translator FORTRAN 77 のソースコードを C++ のソースに変換
     DESCRIPTION
  F2c converts Fortran 77 source code in files with names end-
  ing in `.f' or `.F' to C (or C++) source files in the cur-
  rent 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.  File names
  that end with `.p' or `.P' are taken to be prototype files,
  as produced by option `-P', and are read first.
  The following options have the same meaning as in f77(1).
| ソフト名: | F2C | 
|---|---|
| 動作OS: | MS-DOS | 
| 機種: | IBM-PC | 
| 種類: | GPL | 
| 作者: | DJ Delorie Free Software Foundation |