-
- Downloads
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.
Showing
- configure 94 additions, 12 deletionsconfigure
- gzlib.c 2 additions, 2 deletionsgzlib.c
- gzread.c 1 addition, 1 deletiongzread.c
- gzwrite.c 1 addition, 1 deletiongzwrite.c
- test/minigzip.c 1 addition, 1 deletiontest/minigzip.c
- zconf.h 15 additions, 0 deletionszconf.h
- zconf.h.cmakein 15 additions, 0 deletionszconf.h.cmakein
- zconf.h.in 15 additions, 0 deletionszconf.h.in
Please register or sign in to comment