Importing local modules in C style

Steven Schveighoffer via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 25 07:09:59 PDT 2015


On 6/25/15 9:57 AM, Binarydepth wrote:
> I want to import a module from my local project  in C style (#include
> "local.h").

No.

>
> I know I can do "dmd main.d local.d" but I wonder if it can be done C
> style.

What is your goal? Why doesn't D import work for you?

-Steve



More information about the Digitalmars-d-learn mailing list