cf90t.h

来自「fortran并行计算包」· C头文件 代码 · 共 8 行

H
8
字号
/* This is a dummy header file that is used to create the Fortran    interfaces for the Type_create_f90_xxx files *//* Begin Prototypes */int MPI_Type_create_f90_integer( int, MPI_Datatype * );int MPI_Type_create_f90_real( int, int, MPI_Datatype * );int MPI_Type_create_f90_complex( int, int, MPI_Datatype * );/* End Prototypes */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?