Your IP : 216.73.216.1


Current Path : /usr/share/cmake/Modules/FortranCInterface/
Upload File :
Current File : //usr/share/cmake/Modules/FortranCInterface/mymodule.f90

module mymodule
  interface myinterface
     module procedure mysub
  end interface
contains
  subroutine mysub
  end subroutine mysub
end module mymodule