Skip to content

adds the C99 _Bool type#39

Merged
ivg merged 1 commit into
masterfrom
adds-bool-type
May 17, 2021
Merged

adds the C99 _Bool type#39
ivg merged 1 commit into
masterfrom
adds-bool-type

Conversation

@ivg
Copy link
Copy Markdown
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