Sujet : Re: The joy of VAX C
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : comp.os.linux.misc alt.folklore.computersDate : 29. Sep 2024, 03:53:05
Autres entêtes
Message-ID : <llrtohFqbh9U2@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
On Sat, 28 Sep 2024 12:27:59 -0700, Lars Poulsen wrote:
And for a C routine to call a subroutine in another language, it would
have to build a descriptor structure for that argument.
extern "C"
{
............
]
is handy in C++ but afaik it only works for C++.