PHP 8.3.31
Preview: gh21665.f90 Size: 190 B
/opt/cloudlinux/venv/lib64/python3.11/site-packages/numpy/f2py/tests/src/value_attrspec/gh21665.f90

module fortfuncs
  implicit none
contains
  subroutine square(x,y)
    integer, intent(in), value :: x
    integer, intent(out) :: y
    y = x*x
  end subroutine square
end module fortfuncs

Directory Contents

Dirs: 0 × Files: 1

Name Size Perms Modified Actions
190 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).