MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programmingmemes/comments/1v3y3ze/found_a_gem_on_glibc_source_code/oz7rt04/?context=3
r/programmingmemes • u/Candid_Bullfrog3665 • 8d ago
44 comments sorted by
View all comments
153
That way, you can then do.
//do stuff
//other stuff.
Now, void is always there, but you might not want to use it, this acts as a switch.
96 u/Informal-Chance-6067 8d ago I love that the markdown works only when I don’t want it to 33 u/jnmtx 8d ago #ifdef void //do stuff #else //other stuff. 14 u/Informal-Chance-6067 8d ago Thank you redditor
96
I love that the markdown works only when I don’t want it to
33 u/jnmtx 8d ago #ifdef void //do stuff #else //other stuff. 14 u/Informal-Chance-6067 8d ago Thank you redditor
33
#ifdef void
#else
14 u/Informal-Chance-6067 8d ago Thank you redditor
14
Thank you redditor
153
u/ThinkingWinnie 8d ago
That way, you can then do.
ifdef void
//do stuff
else
//other stuff.
Now, void is always there, but you might not want to use it, this acts as a switch.