Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As requested in oriansj/M2libc#67. The standard (C17) says in 6.2.5.2: ```text An object declared as type _Bool is large enough to store the values 0 and 1 ``` It could technically be an int but all major compilers have `sizeof(bool) == 1`.
- Loading branch information