Hey Beej! There are a couple of C23 changes you probably want to mention - [14.5.1.1. Notes on binary](https://github.com/beejjorgensen/bgc/blob/76441b55756aa93d6fa4fa3a02627332cb3a86c6/src/bgc_part_1000_types_2.md?plain=1#L623) Your prediction came true! C23 has now binary expressions with `0b`. The text needs to be updated to reflect this. - [5.5 The `NULL` pointer](https://github.com/beejjorgensen/bgc/blob/76441b55756aa93d6fa4fa3a02627332cb3a86c6/src/bgc_part_0400_pointers.md?plain=1#L419) In C23 you want to use the `nullptr` constant instead of `NULL`. I haven't finished reading through the text yet. Though I'm not an expert on C23, I will keep an eye out for these changes. --- [I use GitHub under protest](https://giveupgithub.org/)
Hey Beej! There are a couple of C23 changes you probably want to mention
0b. The text needs to be updated to reflect this.NULLpointer In C23 you want to use thenullptrconstant instead ofNULL.I haven't finished reading through the text yet. Though I'm not an expert on C23, I will keep an eye out for these changes.
I use GitHub under protest