MGE General C Library - API Documentation
v1.7.4
Library of general C functions.
|
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.