Skip to content
New issue

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

LibC: Implement new library features from C23 #23335

Open
4 tasks
ADKaster opened this issue Feb 24, 2024 · 0 comments
Open
4 tasks

LibC: Implement new library features from C23 #23335

ADKaster opened this issue Feb 24, 2024 · 0 comments
Labels
enhancement New feature or request spec compliance task list This issue contains a list of tasks.

Comments

@ADKaster
Copy link
Member

The first draft of C23 has been published here: https://open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf

We should implement the new library features

  • <stdbit.h>
  • <stdckdint.h>
  • nullptr_t and unreachable in stddef.h
  • <stdnoreturn.h>

More possibly?

@ADKaster ADKaster added enhancement New feature or request spec compliance task list This issue contains a list of tasks. labels Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request spec compliance task list This issue contains a list of tasks.
Projects
None yet
Development

No branches or pull requests

1 participant