how to declare C's static function?

aki via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Mar 27 21:53:19 PDT 2016


On Monday, 28 March 2016 at 04:33:06 UTC, Rikki Cattermole wrote:
> You have two choices. Change the name in code (so manual 
> mangling) or use pragma(mangle, ...) to change it instead.

So... You mean there are no way to declare functions
without exporting the symbol?
There are so many instances to change..
But thanks any way.

Aki.



More information about the Digitalmars-d-learn mailing list