fossilesqueM to Science MemesEnglish · 3 months agoUse Zoteroimagemessage-square57fedilinkarrow-up1908arrow-down110
arrow-up1898arrow-down1imageUse ZoterofossilesqueM to Science MemesEnglish · 3 months agomessage-square57fedilink
minus-squaresmpl@discuss.tchncs.delinkfedilinkEnglisharrow-up4·3 months agoI have this in code I’m writing right now… #ifdef DEBUG #define DEBUG_PRINT(...) printf(__VA_ARGS__) #else #define DEBUG_PRINT(...) #endif It is the most straighforward way to get the state of things while hammering on the keyboard trying to mash up something that looks like a program.
I have this in code I’m writing right now…
It is the most straighforward way to get the state of things while hammering on the keyboard trying to mash up something that looks like a program.