On 24 Aug, 20:55, n...@cam.ac.uk wrote:

> Precisely.  And the kludge does NOT work under all circumstances,
> which is why I said that it doesn't work very well.

Do you have an example?


> Consider, for example:
>
>     SUBROUTINE Fred (X) BIND(C)
>     CHARACTER*(*) :: X
>     END SUBROUTINE Fred


Obviously that is not allowed, because C does not know anything about
Fortran strings. How should a C compiler pass the correct data
structure to Fred?

The C bindings in Fortran 2003 has functions to convert C pointers to
Fortran pointers (c_f_pointer, c_f_procpointer), because C does not
know the ABI of a particular Fortran implementation.




-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to