Talk:Call a foreign-language function: Difference between revisions

→‎Fortran: new section
(→‎Fortran: new section)
Line 6:
 
:What qualities do we want the function to have? rand() would be simple to use, but would not demonstrate argument passing. catan2() would demonstrate argument passing, but would not deal character data. qsort() would require a callback. Etc... --[[User:Rdm|Rdm]] 20:19, 5 October 2010 (UTC)
 
== Fortran ==
 
I removed the Fortran program, which was a copy of the program found in the task [[Call a function in a shared library]] (which is, by the way, quite large for RC, with 8537 bytes). This is a different task. I added an example showing the use of the ISO_C_BINDING standard module.
 
[[User:Arbautjc|Arbautjc]] ([[User talk:Arbautjc|talk]]) 20:54, 11 November 2016 (UTC)
Anonymous user