MGE General C Library - Full Internal Documentation  v1.6.8
Library of general C functions.
Lists and Sorts

This area of the library provides support for some lists and sorts:-

Binary search trees which support object independence by specifying a comparison function. They also support the ability for each node to carry a payload.

Singly linked lists.

Doubly linked lists.