Previous: rangel_rep_val, Up: Ranges


3.16 rangel_reset

reset the RangeLList internal state

Synopsis

     #include <suplib/range.h>
     
     
     
void rangel_reset(RangeLList *rl);

Parameters

RangeLList *rl
the range list to reset

Description

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.

Author

Diab Jerius