Next: rangel_new, Previous: rangel_del, Up: Ranges
pretty print a RangeLList
#include <suplib/range.h>void rangel_dump( FILE *fout, RangeLList *rl );
FILE *fout
- where to print
RangeLList *rl
- the list to print
rangel_dump
prints out a simple dump of a RangeLList
to the passed output stream.
Diab Jerius