Next: rangel_dump, Previous: rangel_count, Up: Ranges [Contents]
destroy a RangeLList
object.
#include <suplib/range.h> RangeLList *rangel_del(RangeLList *rl);
RangeLList *rl
the
RangeLList
object to delete
This routine frees all memory associated with a RangeLList
object.
It returns NULL
.
Diab Jerius