212. The Fortran name can differ from the C name of a function if the NAME attribute appears in BIND.#

topic: Interoperability with C and C++

Note

This tip is a draft1.

The Fortran name can differ from the C name of a function if the NAME attribute appears in BIND. A variadic C function such as printf can be given multiple Fortran interfaces with different names and sets of argument types.



1

From the perspective of FortranTip Browser, “draft” means that it hasn’t been edited for formatting, hasn’t had corresponding Fortran programs added, the text content hasn’t been enhanced, etc. Draft texts are extracted from the corresponding Tweet using the Twitter API.