Current File : //usr/share/doc/numpy-1.7.1/docs-f2py/hello.f
C File hello.f
      subroutine foo (a)
      integer a
      print*, "Hello from Fortran!"
      print*, "a=",a
      end