how to declare C's static function?
aki via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Mar 28 09:21:57 PDT 2016
On Monday, 28 March 2016 at 14:40:40 UTC, Adam D. Ruppe wrote:
> On Monday, 28 March 2016 at 04:53:19 UTC, aki wrote:
>> So... You mean there are no way to declare functions
>> without exporting the symbol?
>
> alas, no, even if it is private it can conflict on the outside
> (so stupid btw).
>
> Is it all the same function being referenced? Just importing
> from there would be ok.
Thank you for clarify.
Now I know I have to change the name as a result.
Thanks,
aki.
More information about the Digitalmars-d-learn
mailing list