Next: rangel_del, Previous: rangel_parse, Up: Ranges [Contents]
determine the number of elements in a range list
#include <suplib/range.h> unsigned long rangel_count(RangeLList *rl);
RangeLList *rl
the range list to count
rangel_count
counts the number of elements in each range of
a range list, returning the grand total.
It returns the number of elements in the range list.
Diab Jerius