extern(C) symbol conflicts

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 27 00:18:57 PST 2015


Does this work?

void main()
{
    version(test1)test1.cfunction();
    else test2.cfunction();
}

All symbols belong to modules.


More information about the Digitalmars-d mailing list