zlib/test
Mark Adler ca50ebd4df 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.
2016-12-04 07:48:48 -08:00
..
example.c Make globals in examples local to compilation unit. 2016-10-14 13:10:54 -07:00
infcover.c Avoid use of reallocf() in test/infcover.c. 2015-07-28 21:55:09 -07:00
minigzip.c Create z_size_t and z_ssize_t types. 2016-12-04 07:48:48 -08:00