fortran.h マニュアル

(The documentation of fortran.h)

Last Update: 2021/12/1


fortran.hでは Fortranで書かれたプログラムをC言語で扱うための関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to treat Fortran programs by a C language are defined in fortran.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
callFortranSubroutine Fortranで書かれたサブルーチンをC言語プログラム内から呼び出す。
Call a Fortran subroutine from a C language program.