]> git.lizzy.rs Git - zlib.git/commit
Create z_size_t and z_ssize_t types.
authorMark Adler <madler@alumni.caltech.edu>
Sat, 3 Dec 2016 18:27:14 +0000 (10:27 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 4 Dec 2016 15:48:48 +0000 (07:48 -0800)
commitca50ebd4dfd08dfd7e8c8bb087278e158cd67720
tree9262ad9bb1dde6992b41093614d75d63eea2bf31
parentc5ee34c28a9144b1b5a5021d05ed29940c53010c
Create z_size_t and z_ssize_t types.

Normally these are set to size_t and ssize_t. But if they do not
exist, then they are set to the smallest integer type that can
contain a pointer. size_t is unsigned and ssize_t is signed.
configure
gzlib.c
gzread.c
gzwrite.c
test/minigzip.c
zconf.h
zconf.h.cmakein
zconf.h.in