Why there's a NOT in the test part and no incrementation in the incrementation part of the “for” loop of free() in 8.7 of K&R?

前端 未结 0 1051
时光取名叫无心
时光取名叫无心 2020-12-14 21:53

This is the "for" loop in the free() function on p.188 of K&R:

for (p = freep; !(bp > p && bp < p->s.ptr); p = p->s.ptr)
  i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题