Many thanks.
Re: Can we use "ImportC" used yet?
data pulverizer via Digitalmars-d-learn Sat, 16 Oct 2021 21:50:58 -0700
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.
- Re: Can we use "ImportC"... data pulverizer via Digitalmars-d-learn
- Re: Can we use "ImportC&... data pulverizer via Digitalmars-d-learn
- Re: Can we use "Impo... data pulverizer via Digitalmars-d-learn
- Re: Can we use "Impo... Imperatorn via Digitalmars-d-learn
- Re: Can we use "ImportC&... data pulverizer via Digitalmars-d-learn
- Re: Can we use "Impo... Imperatorn via Digitalmars-d-learn
- Re: Can we use "Impo... jfondren via Digitalmars-d-learn
- Re: Can we use "... data pulverizer via Digitalmars-d-learn
- Re: Can we use &q... Dave P. via Digitalmars-d-learn
- Re: Can we u... data pulverizer via Digitalmars-d-learn
- Re: Can ... data pulverizer via Digitalmars-d-learn
