aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/deo16
blob: 78f46756c57bdd1a7aec59a354a2a253acf04c5a (plain)
1
2
3
4
5
            for (x = (b->lfb + 1 >= bcnt ? 0 : b->lfb + 1); x != b->lfb; ++x) {
                /* just wrap around */
                if (x >= bcnt) {
                    x = 0;
                }