5 ms·
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
by pratk 4y 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 https://www.drdobbs.com/the-new-c-x-macros/184401387
- rramadass 4y agoVery Neat! Didn't know of this. Have any more of "C Idioms" collection?