Next: , Previous: rangel_rep_maxval, Up: Ranges


3.14 rangel_rep_minval

replace matching range minimum values

Synopsis

     #include <suplib/range.h>
     
     
     
void rangel_rep_minval( RangeLList *rl, long minval, long repval );

Parameters

RangeLList *rl
the list to scan
long minval
the minimum value to match
long repval
the replacement minimum value

Description

rangel_rep_minval replaces the minimum value for those ranges whose minimum values match the passed one with another value.

Author

Diab Jerius