In article <20130322152757.gu25...@nef.pbox.org>, Alistair Crooks <a...@pkgsrc.org> wrote: > >I usually find that a > >#ifndef __arraycount >#define __arraycount(__x) (sizeof(__x) / sizeof(__x[0])) >#endif > >before the function, and then just use __arraycount(r->nr), is a bit >more readable.
I will let the author decide once I get this completely working :-) thanks, christos