Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 284 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 284 Bytes

huffandpuff

This is an extremely minimal huffman encoder/decoder. It uses no calls at all, not even stdlib/stdio, making it suitable for embedded applications. The supplied Makefile will build a test program.

This is in the public domain and is distributed with NO WARRANTY.