Add common linked list functions

Forms implemented to a greater or lesser degree at the moment:
ll_*   = singly-linked list
lld_*  = doubly-linked list
lldc_* = doubly-linked circular list

Change-Id: Ieed5af50fc59165c8b14c3513b3b5d0e6f7de9fa
This commit is contained in:
Michael Sevakis 2014-04-28 10:17:38 -04:00
parent 278e8664a7
commit eb63d8b4a2
3 changed files with 427 additions and 0 deletions

View file

@ -172,6 +172,7 @@ common/dircache.c
#endif /* HAVE_DIRCACHE */
common/filefuncs.c
common/format.c
common/linked_list.c
#ifdef APPLICATION
common/rbpaths.c
#endif