• M
    Create z_size_t and z_ssize_t types. · ca50ebd4
    Mark Adler 提交于
    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.
    ca50ebd4
gzread.c 18.3 KB