mirror of
https://github.com/madler/zlib
synced 2026-06-08 15:37:26 +00:00
ca50ebd4df
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.