A tale in 3 pictures. In which our hero wonders if he can and doesn't stop to ask if he should.

#c #programming

@citizen428 for GCC, add #define true 1
@RueNahcMohr Works fine as-is. The Makefile targets `-std=c23` where `true` is an actual keyword. Unless I misunderstood your intention here.
@citizen428 ah! didn't work on my GCC!
@citizen428 oh! I bet I know why, I noticed clang in the makefile and command line-ran gcc without options!