Path: C : Linked List :
CList.h
This is a simple cirular doubly linked list written in ANSI C89.
Source Code:
clist.h
- the CList source codee header file.
clist.c
- the CList source code .c file.
_assert.h
- the assert macro.
clist_test.c
- the CList test program.
Download:
clist.zip - circular linked list API.
clist.tar.gz