My is the order of parameters reversed for functions that are dynamically loaded from shared C libraries?

David Nadlinger via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Nov 15 10:12:50 PST 2015


On Sunday, 15 November 2015 at 18:02:01 UTC, David Nies wrote:
> How do I mark it as such? Can you please give an example?
>
> Thanks for the quick reply! :)

Just add extern(C) to the beginning of the "alias" line.

  — David


More information about the Digitalmars-d-learn mailing list