Use another language to call a function: Difference between revisions

m
no edit summary
mNo edit summary
Line 230:
To use this function from C you have to export this as a DLL and bind your C program to this function.
 
== {{header|Fortran}} ==
Simple task because interoperability with C is in Fortran language since F2003 standard.
<lang Fortran>
Anonymous user