make style changes

This commit is contained in:
Henry Gabryjelski 2024-03-11 17:28:05 -07:00
commit 0a598b254c
5 changed files with 138 additions and 130 deletions

View file

@ -30,7 +30,7 @@
typedef struct {
// ISSUE: `bool` type does not have a standard-defined size.
// therefore, compatibility between architectures /
// therefore, compatibility between architectures /
// compilers is not guaranteed.
// ISSUE: C99 has no _Static_assert() ... was added in C11
// TODO: add _Static_assert(sizeof(bool)==1);