We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core.stdc.setjmp
<setjmp.h> has been a standard C header since C89 [1]. Like other standard C headers, it should have a corresponding module in the core.stdc package.
<setjmp.h>
core.stdc
Currently, the only available bindings for <setjmp.h> in druntime are the ones in core.sys.posix.setjmp.
core.sys.posix.setjmp
See also issue #17373.
[1] https://port70.net/~nsz/c/c89/c89-draft.html#4.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<setjmp.h>
has been a standard C header since C89 [1]. Like other standard C headers, it should have a corresponding module in thecore.stdc
package.Currently, the only available bindings for
<setjmp.h>
in druntime are the ones incore.sys.posix.setjmp
.See also issue #17373.
[1] https://port70.net/~nsz/c/c89/c89-draft.html#4.6
The text was updated successfully, but these errors were encountered: