A slightly better debug printf
A slightly better debug printf While I’m familiar with tracing code in a debugger, I still use printf() a lot during debugging. However it’s worth it to make some small improvements. Introducing this little include file. (Call it debug.h) It has a number of features. For one, you can easily turn on or off debug …