I like very much the way PL/1 developped over time to solve all the problems
that we had in the past when combining PL/1 and C modules.
For me who is in this business since the early 1990s, it is sometimes difficult
to keep up to date with the more current solutions of PL/1, because we already
had working solutions before.
So, sorry about that. I am learning new things every day; new solutions - for me
- that solve problems more elegantly that we already solved more than 20 years
ago with strange workarounds.
Kind regards
Bernd
Am 24.02.2014 17:10, schrieb P.E.:
> It depends - what you say below is true in the default case or if you specify
> RETURNS( BYADDR ... )
>
> but it is not true when you specify RETURNS( BYVALUE ... ) - that matches
> what C does
>
> (and I think your later post essentially said this)
>
> - P.
|