220 likes | 536 Views
Outline. MotivationFORTRAN/C inter-language calling conventionChallengesOur approach to the solutionApplicationsConclusion. Motivation. FORTRAN/C Inter-language Calling Convention. Most FORTRAN compilers convert the name of its routines and common blocks to low case letters and extend the name with an underscore In C, put an underscore at the end of a FORTRAN routine name in low case letters to call it from C.In C, declare the name of a routine in low case letters and extend the name9456
E N D