Sack Library Documentation
|
#define LIST_NEXTALL( l, i, t, v ) if(l) \ for( ++(i),((v)=(t)NULL); ((i) < ((l)->Cnt))? \ (((v)=(t)(l)->pNode[i]),1):(((v)=(t)NULL),0); (i)++ ) if( v )
This can be used to continue iterating through a list after a LIST_FORALL has been interrupted.
j
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|