1
0
Fork 0
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:
James Buren 2021-07-05 17:08:55 +00:00
parent 2acf8db3e1
commit b87e75f768
3 changed files with 770 additions and 0 deletions

View file

@ -268,6 +268,7 @@ common/structec.c
common/timefuncs.c
common/unicode.c
common/vuprintf.c
common/zip.c
/* Display */
scroll_engine.c