代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4678778
f90 module_interface_2.f90
! Test generic interfaces declared in modules.
! We used to get the name mangling wrong for these.
module module_interface_2
interface foo
subroutine myfoo (i)
integer i
end subroutine
www.eeworm.com/read/233448/4678865
f90 empty_interface_1.f90
! Program to test empty interfaces PR15051
INTERFACE leer
END INTERFACE
END