Macros with undefined number of parameters

Hi, it's possible to write macros that accept an undefined number of parameters?
Last edited on
http://en.wikipedia.org/wiki/Variadic_macro

In short, you can pass the whole list to another function/macro, but there's no way to access the individual parameters.
Last edited on
PERFECT!! Thanks
Topic archived. No new replies allowed.