reverselist() from c?

Andy Bensky (ab@infoseek.com)
Tue, 10 Jan 1995 12:42:05 -0800

I need to be able to access the listreverse() in listobject.c
function from a c module. I am already using sortlist() and assumed
a similar entry point would be available to access reverselist(), but
it is not.

It would be a simple task to copy sortlist() to reverselist() and change
the call to listsort() to a call to listreverse().

Is there some reason why this function was not made available to C programmers?

Andy Bensky
InfoSeek Corp.