D-List
An extensive list subsystem, written in C
...D-List lists can also be easily incorporated as primitives into larger treed, or nested data management systems.
D-List implements a comprehensive set of linked list primitives that provides multiple forms of both
sequential and random element access, bi-directional movement within a list, and an extensive set of
list and element manipulation and reordering features. It also provides for an expansive set of user functions that can be added to lists and called automatically, to efficiently implement a broad range of services using the list primitives as underlying technology.
...