add a list API for simple lists which dont need lots of code to run.
commit53ecb99245df6f2982ca7045c875859758d7c130
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Sat, 20 Oct 2007 12:32:55 +0000 (20 12:32 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Sat, 20 Oct 2007 12:32:55 +0000 (20 12:32 +0000)
treef505fd680a03b425b597b389aa778ea37a86d9b7
parentd2614d2d8c540748f05f9a38d22f7e8ecfcae31b
add a list API for simple lists which dont need lots of code to run.
Example uses in debug_menu.c
This API works best if most of the text is static, or not many actions
need to acted on. (of course, any list could use this)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15221 a1c6a512-1295-4272-9138-f99709370657
apps/debug_menu.c
apps/gui/list.c
apps/gui/list.h