Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
1904 commits behind the upstream repository.
jD91mZM2's avatar
jD91mZM2 authored
For some reason, C handles `==` before `&`.
So `a & b == c` is the same thing as `a & (b == c)`.
0de7d306
History