On Fri, Apr 08, 2005 at 07:47:19PM -0400, Dheeraj Reddy wrote: > > This suggestion would need list traversal twice. Why twice? The worst case can be avoided by keeping the prevision element. Simon had a macro for that which can be a bit cleaned (to include the previous == NULL aka head case), but is otherwise fine. Joerg