Dave Held wrote:> Consider inline functions. In C, you have to implement them as> macros
No -- inline functions are in C99, and of course there have been GCC extensions with similar (but not identical) semantics for many years.
-Neil