🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 07:11:55 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
f2py
/
tests
/
src
/
value_attrspec
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/f2py/tests/src/value_attrspec
🔄 Refresh
✏️
Editing: gh21665.f90
Read Only
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
💾 Save Changes
❌ Cancel