Searched refs:ARRAYLAST (Results 1 – 1 of 1) sorted by relevance
647 #ifndef ARRAYLAST /* returns pointer to last array element */648 #define ARRAYLAST(a) (&a[ARRAYSIZE(a)-1]) macro