Next: , Previous: rangel_count, Up: Ranges


3.8 rangel_del

destroy a RangeLList object.

Synopsis

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

Parameters

RangeLList *rl
the RangeLList object to delete

Description

This routine frees all memory associated with a RangeLList object.

Returns

It returns NULL.

Author

Diab Jerius