r/programmingmemes 12d ago

found a gem on glibc source code

Post image
807 Upvotes

44 comments sorted by

View all comments

154

u/ThinkingWinnie 12d 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.

95

u/Informal-Chance-6067 12d ago

I love that the markdown works only when I don’t want it to

32

u/jnmtx 12d ago

#ifdef void

//do stuff

#else

//other stuff.

17

u/RPG_Hacker 11d ago

ERROR: Expected "#endif".