连接fortran和c的undefined reference to问题

c文件 #include<stdio.h> void show_(float *); int main(){ float a=100; show_(&a); } f90文件 subroutine show(a) real :: a print*, a return end subroutine show Makefile test : test.c
相关文章
相关标签/搜索