May 2, 2014 #1 NTC0394 Programmer Joined Jun 19, 2013 Messages 21 How to use a fortran subroutine inside a program in c, or a program in c call it? If it is possible, how to do this? Send me an example, please.
How to use a fortran subroutine inside a program in c, or a program in c call it? If it is possible, how to do this? Send me an example, please.
May 2, 2014 #2 xwb Programmer Joined Jul 11, 2002 Messages 6,828 Location GB Google for iso_c_binding example. You will need a compiler that is at least Fortran 2003 compatible. Upvote 0 Downvote
May 3, 2014 Thread starter #3 NTC0394 Programmer Joined Jun 19, 2013 Messages 21 Thank you guy! I am going to search about Upvote 0 Downvote