Can we use "ImportC" used yet?

data pulverizer data.pulverizer at gmail.com
Sun Oct 17 04:48:00 UTC 2021


On Sunday, 17 October 2021 at 04:45:26 UTC, data pulverizer wrote:
> I ended up defining `typedef struct __float128__ {unsigned long 
> long x[2];} __float128__;` and doing a find and replace for 
> `__float128` which is totally overkill since I won't be using 
> it and according to the documentation, the D compiler doesn't 
> support 128-bit floats yet though it has reserved keywords for 
> it.
>
> Many thanks.

Decided the best idea to just to comment it out altogether.


More information about the Digitalmars-d-learn mailing list