Importing local modules in C style

Binarydepth via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 25 06:57:33 PDT 2015


I want to import a module from my local project  in C style 
(#include "local.h").

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

Thank you

BD


More information about the Digitalmars-d-learn mailing list