forked from len0rd/rockbox
zip: import initial module
This provides rudimentary support for parsing the contents of a ZIP file. For now this just supports uncompressed file entries but DEFLATE support is planned. This also only implements a low level public API so more work will be needed to make it usable by application code. Change-Id: Ia68b3078e5276666a0e5023f4bc7a9f94272738a
This commit is contained in:
parent
2acf8db3e1
commit
b87e75f768
3 changed files with 770 additions and 0 deletions
|
@ -268,6 +268,7 @@ common/structec.c
|
|||
common/timefuncs.c
|
||||
common/unicode.c
|
||||
common/vuprintf.c
|
||||
common/zip.c
|
||||
|
||||
/* Display */
|
||||
scroll_engine.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue