Date: Tue, 12 Dec 2000 17:13:15 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com cc: Waldemar Schultz Subject: Re: FORTRAN 90 to C converter In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 12 Dec 2000, Andris Pavenis wrote: > However some hacking > may be needed (how one should name in C procedure which is defined in > Fortran). You mean, to call C functions from Fortran and vice versa? Yes, some trickery is probably needed to produce the correct name. But I'd expect the g77 docs to describe that. Doesn't it?