Previous: rangel_rep_val, Up: Ranges
reset the RangeLList
internal state
#include <suplib/range.h>void rangel_reset(RangeLList *rl);
RangeLList *rl
- the range list to reset
The internal state of the passed RangeLList
object is set so that
the next call to rangel_next will return the start of the first
range.
Diab Jerius