cosmopolitan/third_party/puff
Justine Tunney fa20edc44d
Reduce header complexity
- Remove most __ASSEMBLER__ __LINKER__ ifdefs
- Rename libc/intrin/bits.h to libc/serialize.h
- Block pthread cancelation in fchmodat() polyfill
- Remove `clang-format off` statements in third_party
2023-11-28 14:39:42 -08:00
..
BUILD.mk Rename makefiles BUILD.mk 2023-11-28 11:21:08 -08:00
puff.c Reduce header complexity 2023-11-28 14:39:42 -08:00
puff.h Reduce header complexity 2023-11-28 14:39:42 -08:00
README.cosmo Improve cosmocc toolchain 2023-03-05 23:52:49 -08:00

DESCRIPTION

  puff is a tiny implementation of deflate decompression

LICENSE

  zlib license

ORIGIN

  Origin: git@github.com:madler/zlib.git
  Commit: 03614c56ad299f9b238c75aa1e66f0c08fc4fc8b
  Author: Mark Adler <madler@alumni.caltech.edu>
  Date:   Sun Oct 30 08:36:13 2016 -0700

LOCAL CHANGES

  None.