ImportC can now automatically run the preprocessor

Andrea Fontana nospam at example.org
Sun May 15 21:11:52 UTC 2022


On Sunday, 15 May 2022 at 20:34:25 UTC, Adam Ruppe wrote:

> Node mixinC(string c_code) {
>     c_code = c_preprocess(c_code);
>     return parse(c_code);
> }


My vote for mixin!C Vs mixin!D

Andrea


More information about the Digitalmars-d mailing list