[Issue 23479] ImportC recognizes .i and .c files, but not .h files

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 13 01:31:34 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23479

Adam D. Ruppe <destructionator at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator at gmail.com

--- Comment #1 from Adam D. Ruppe <destructionator at gmail.com> ---
What's your plan for things like #include "foo.h" vs #include <foo.h> ? I
expect people are more interested in the <stdio.h> than the "stdio.h" variety.

But what about #include<dir/file.h> ?

--


More information about the Digitalmars-d-bugs mailing list