setjmp support for windows.
zz
zz at zz.com
Mon Mar 10 13:58:08 UTC 2025
On Tuesday, 4 March 2025 at 11:25:14 UTC, Paul Backus wrote:
> On Monday, 24 February 2025 at 12:53:30 UTC, zz wrote:
>> Hi,
>>
>> Is setjmp/longjmp supported under windows?
>>
>> Regards,
>> zz
>
> It's a standard C function, and Microsoft's online library
> documentation says that it's supported, so it should work.
>
> In D, bindings for standard C headers are available in the
> `core.stdc` package, so you can access `<setjmp.h>` with
> `import core.stdc.setjmp;`.
Hi Paul,
core.stdc.setjmp; doesn't exist.
Regards,
zz
More information about the Digitalmars-d-learn
mailing list