Your IP : 216.73.216.74


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

module my_module
  interface my_interface
     module procedure my_sub
  end interface
contains
  subroutine my_sub
  end subroutine my_sub
end module my_module