On Monday, 9 April 2018 at 11:03:48 UTC, Atila Neves wrote: > Here's my blog post about my project that allows directly > #including C headers in D* > > https://atilanevesoncode.wordpress.com/2018/04/09/include-c-headers-in-d-code/ How do you deal with macros containing invalid D code, i.e. `#define foo(T) sizeof(T)`? -- /Jacob Carlborg