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

[C] Add atomic type aliases #4089

Merged
merged 1 commit into from
Nov 9, 2024
Merged

Conversation

braewoods
Copy link
Contributor

These were first defined in stdatomic.h in C11 and expanded on in C23. They're just atomic type aliases for a bunch of standard integer types.

These were first defined in stdatomic.h in C11 and expanded on
in C23. They're just atomic type aliases for a bunch of standard
integer types.
@deathaxe deathaxe merged commit 36ca6c6 into sublimehq:master Nov 9, 2024
1 check passed
@braewoods braewoods deleted the c-atomic-types branch November 9, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants