Shared library with C API

Kagamin via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun May 25 03:27:48 PDT 2014


Should be possible:

extern(C)
int callme(int a)
{ return a; }


More information about the digitalmars-d-ldc mailing list