A use-case for ImportC?

Basile B. b2.temp at gmx.com
Tue Jun 8 08:51:27 UTC 2021


On Tuesday, 8 June 2021 at 06:56:40 UTC, WebFreak001 wrote:
> assuming you are writing a program in C - would the ImportC 
> feature enable you to write headers in C (like in your existing 
> codebase) and then import them for implementation in D?
>
> This would very neatly allow using D in C projects without 
> duplicating the struct types, typedef, etc. in both C and D 
> files.

I'd expect this to work using the ast formater residing in the 
dmd.hdrgen module.


More information about the Digitalmars-d mailing list