[snip] > > You mean internally? Yeah, probably. Externally? The point of these > > helpers is to make the code look less cluttered. We can already pass in > > an array just fine, but C is quite annoying about generating those on > > the fly, while it's easy to pass in ints as parameters :) > > Varargs?
Ugly and risky with standard C varargs (because an explicit length would be needed). Could be done neatly with gcc macro varargs. -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson