Your IP : 216.73.216.74


Current Path : /usr/local/python-3.13/lib/python3.13/site-packages/numpy/f2py/tests/src/regression/
Upload File :
Current File : //usr/local/python-3.13/lib/python3.13/site-packages/numpy/f2py/tests/src/regression/incfile.f90

function add(n,m) result(b)
  implicit none
  include 'AB.inc'
  b = n + m
end function add