Hacker News new | ask | show | jobs
by pratk 1293 days ago
One C idiom that I found pretty useful is Xmacros [1]. For instance, it's used extensively in GCC code-base (.def files).

[1] https://www.drdobbs.com/the-new-c-x-macros/184401387

1 comments

Very Neat! Didn't know of this.

Have any more of "C Idioms" collection?