Your IP : 216.73.216.48


Current Path : /usr/X11R6/share/cmake-3.5/Modules/FortranCInterface/
Upload File :
Current File : //usr/X11R6/share/cmake-3.5/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