連接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
相關文章
相關標籤/搜索