Skip to content

farberbrodsky/c-deflate

Repository files navigation

c-deflate

A decompressor for Deflate, according to https://tools.ietf.org/html/rfc1951.

The library exports the function decompressor, which receives two files. It reads from the second file and writes to the first file (as simple as it gets!)

Example usage:

decompressor(stdout, stdin);

About

A decompressor for Deflate, according to https://tools.ietf.org/html/rfc1951. Work in progress compressor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published