David Brown
Results
2
issues of
David Brown
I'd like to give a couple of suggestions to improvements to the code. In particular, the use of strings to identify the different variations of the transforms is error-prone, inefficient,...
The implementation here is badly wrong. It is simply "typedef int bool". It should be "typedef _Bool bool". If Pico C does not support a proper C99 _Bool type, then...