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

adds the C99 _Bool type #39

Merged
merged 1 commit into from
May 17, 2021
Merged

adds the C99 _Bool type #39

merged 1 commit into from
May 17, 2021

Conversation

ivg
Copy link
Member

@ivg ivg commented May 17, 2021

Note, this type is different from any integer types as, in

_Bool a=1, b=2;
assert(a == b);

the assertion holds.

Note, this type is different from any integer types as, in
```
_Bool a=1, b=2;
assert(a == b);
```
the assertion holds.
@ivg ivg merged commit c167bb8 into master May 17, 2021
@ivg ivg deleted the adds-bool-type branch May 17, 2021 17:42
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.

1 participant