Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!sun From: Mingqiu Sun Newsgroups: comp.lang.fortran Subject: How to call a fortran subroutine in a C program? Message-ID: <2773@pacific.mps.ohio-state.edu> Date: 26 Mar 91 05:40:33 GMT Sender: sun@pacific.mps.ohio-state.edu Lines: 8 This question is probably asked before. Is there an easy way to call a subroutine written in fortran by a C program? I am talking about something like commercial IMSL subroutines, which I have no access of the original fortran source codes. I need only to know how to do it in a UNIX environment. Thanks.