ImportC can now automatically run the preprocessor

Guillaume Piolat first.last at gmail.com
Sun May 15 14:04:30 UTC 2022


On Saturday, 14 May 2022 at 21:05:09 UTC, Walter Bright wrote:
> As https://github.com/dlang/dmd/pull/14121 has been merged, the 
> following #ImportC program can now be compiled and run:
>
>   #include <stdio.h>
>
>   void main()
>   {
>     printf("hello ImportC!\n");
>   }
>
> It's been a longer and windy-er road than I'd anticipated, but 
> isn't that the way all software projects work?

Go ImportC! Great news, and great feature.



More information about the Digitalmars-d mailing list