aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/heap10.c
blob: 15505dea1a1fcb1d4e904508d3e9e64d4391af2b (plain)
1
2
3
4
5
6
7
static uint8_t k_heapBMGetNID(uint8_t a, uint8_t b);
static uint8_t k_heapBMGetNID(uint8_t a, uint8_t b)
{
    uint8_t        c;
    for (c=a+1;c==b||c==0;++c);
    return c;
}