Next: , Previous: rangel_del, Up: Ranges


3.9 rangel_dump

pretty print a RangeLList

Synopsis

     #include <suplib/range.h>
     
     
     
void rangel_dump( FILE *fout, RangeLList *rl );

Parameters

FILE *fout
where to print
RangeLList *rl
the list to print

Description

rangel_dump prints out a simple dump of a RangeLList to the passed output stream.

Author

Diab Jerius