Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 (Tek) 9/26/83; site athena.UUCP Path: utzoo!linus!decvax!tektronix!teklds!athena!lizh From: lizh@athena.UUCP (Liz Heller) Newsgroups: net.lang.f77,net.lang.c Subject: calling c routines from fortran Message-ID: <100@athena.UUCP> Date: Thu, 15-Nov-84 12:33:02 EST Article-I.D.: athena.100 Posted: Thu Nov 15 12:33:02 1984 Date-Received: Sat, 17-Nov-84 03:25:16 EST Organization: Tektronix, Beaverton OR Lines: 19 Has anyone had experience with calling c routines from fortran 77 on 4.2 unix? Know of any articles, pitfalls? The way I'm thinking of doing it is as follows (fortran 77 program "x" really wants to call c routine "z", but instead calls c routine "y"): "x" call to "y" "y" manipulate arguments for call to "z" call to "z" "z" ... The c routines are fixed - I can't change the way they're called. Anyone know a better way to do this? Liz Heller