This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[gfortran] Calling conventions for assumed shaped arrays?
- From: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 10 Jan 2005 13:50:14 +0100 (CET)
- Subject: [gfortran] Calling conventions for assumed shaped arrays?
Hi!
For interfacing with C/C++ code, where is the calling conventions
specified for assumed shaped arrays? I.e. for
subroutine blah(a)
real, dimension(:,:) :: a
end subroutine blah
what is a C "prototype" for blah_?
Thanks for any hint,
Richard.
--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/