Next: rangel_rep_val, Previous: rangel_rep_maxval, Up: Ranges
replace matching range minimum values
#include <suplib/range.h>void rangel_rep_minval( RangeLList *rl, long minval, long repval );
RangeLList *rl
- the list to scan
long minval
- the minimum value to match
long repval
- the replacement minimum value
rangel_rep_minval
replaces the minimum value for those
ranges whose minimum values match the passed one with another
value.
Diab Jerius