]> git.sur5r.net Git - cc65/commit
Add LZ4 decompression support
authorLauri Kasanen <cand@gmx.com>
Tue, 6 Jun 2017 15:48:25 +0000 (18:48 +0300)
committerLauri Kasanen <cand@gmx.com>
Tue, 6 Jun 2017 15:48:25 +0000 (18:48 +0300)
commite75a59d7a8d9bce24a3c9731924ad3abd1ab109e
treefc616c4399d7191029b2aa4e32f085dc5762dde1
parentb8f30ba0dec41ed052a55851ef3559506fb80439
Add LZ4 decompression support
include/lz4.h [new file with mode: 0644]
libsrc/common/lz4.s [new file with mode: 0644]
test/val/lz4.c [new file with mode: 0644]