Hacker News new | ask | show | jobs
by _delirium 4389 days ago
In older C, people tended to be unwilling to trust the compiler's ability to inline functions, so there was a lot of use of macros to avoid small repeated function calls.