In article <[email protected]>, Alistair Crooks <[email protected]> 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
