Proof of concept: automatically import C header files

Jacob Carlborg doob at me.com
Wed Jul 17 01:44:03 PDT 2013


On 2013-07-17 08:29, angel wrote:
> Possibly instead of 'include' would be better use 'include_C' as opposed
> to C++ or any other language.

Or there could be an optional argument indicating the language.

pragma(include, "foo.h", "C");

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list