# Fortran 与 C 数组传递的三种方式 **Repository Path**: willowish/fortran-array-to-c ## Basic Information - **Project Name**: Fortran 与 C 数组传递的三种方式 - **Description**: Fortran 与 C 数组传递的三种方式 - **Primary Language**: FORTRAN - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-01-21 - **Last Updated**: 2023-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fortran 与 C 数组传递的三种方式 使用 [fortran-lang/fpm](https://github.com/fortran-lang/fpm) 构建: ```powershell >> fpm run demo_c 1,2 2 1,2 2 1,2 2 >> fpm run demo2 x[0] = 1 x[1] = 2 x[2] = 3 x[3] = 4 x[4] = 5 x[5] = 6 ``` 版权 (无版权):public domain