Next: , Previous: range_perror, Up: Ranges   [Contents]


3.3 rangef_del

destroy a RangeFList object.

Synopsis

#include <suplib/range.h>

RangeFList *rangef_del(RangeFList *rl);

Parameters

RangeFList *rl

Not Documented.

Description

This routine frees all memory associated with a RangeFList object.

Returns

It returns NULL.

Author

Diab Jerius