Use another language to call a function: Difference between revisions

m
→‎{{header|Fortran}}: Regularize non-standard header markup
m (→‎{{header|Raku}}: Fix code: Perl 6 --> Raku)
m (→‎{{header|Fortran}}: Regularize non-standard header markup)
Line 304:
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>
10,333

edits