ImportC rocks!

Steven Schveighoffer schveiguy at gmail.com
Tue Mar 15 02:31:22 UTC 2022


On 3/14/22 8:36 PM, Elronnd wrote:
> On Monday, 14 March 2022 at 18:11:09 UTC, Steven Schveighoffer wrote:
>> raylib-d adds things to structs, such as operator overloads. That's 
>> not so easy to do.
> 
> struct DStruct {
>      CStruct c_version;
>      alias c_version this;
>      DStruct op...
> }

clib.h:
CStruct cFunction();

-Steve


More information about the Digitalmars-d mailing list