On Fri Oct 6 07:28:22 2023 +0000, Rémi Bernon wrote:
We use BOOL everywhere else in the file, why use stdbool instead?
bool is more explicit, it's standard C, and it may also be nicer to the compiler. [Also, you can do things like assign to bool and get an implicit !!, although the value of that is a bit dubious]. For these reasons I've been incrementally adopting it elsewhere. I'm happy to remove it if it's a sticking point, though.