Calling a C function whose name is a D reserved word or keyword
Cecil Ward via Digitalmars-d-learn Mon, 06 Jul 2020 16:31:20 -0700
Is there a special mechanism in D for handling this problem,
where an existing C function might be a name that is reserved in
D? Of course I could write a wrapper function in C and call that.
- Calling a C function whose name i... Cecil Ward via Digitalmars-d-learn
- Re: Calling a C function who... rikki cattermole via Digitalmars-d-learn
- Re: Calling a C function... Cecil Ward via Digitalmars-d-learn