On Sat, May 11, 2019 at 05:04:06PM +0200, Thomas Koenig wrote:
>
> gfortran trunk and 9-branch now have an option to automatically
> generate C prototypes for old-style F77 procedures. I just did
>
> for a in *.f; do gfortran -fsyntax-only -fc-prototypes-external $a >
> ${a%.f}.h; done
>
> in
On Sat, May 04, 2019 at 06:42:47PM +0200, Thomas König wrote:
>
> > - figure out Fortran2003 specification for C/Fortran interoperability
> > -- this _sounds_ like the right solution, but I don't think many
> > understand how to use it and what is implied (in particular, will
> > it require making
On Sat, May 04, 2019 at 06:05:48PM +0200, peter dalgaard wrote:
>
> - figure out Fortran2003 specification for C/Fortran interoperability
> -- this _sounds_ like the right solution, but I don't think many
> understand how to use it and what is implied (in particular, will it
> require making chang