NEXT_INDEX
#define NEXT_INDEX(index, step, limit) (((index) + (step)) < (limit) ? \
#define NEXT_INDEX(ndx, num, lim)\