mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
278e8664a7
commit
eb63d8b4a2
3 changed files with 427 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue