Closed AllanBlanchard closed 3 years ago
Close #33
UINT_MAX
SIZE_MAX
bsearch
len
unsigned
size_t
Thanks @wizeman for the initial PR and for finding this problem :)
Close #33
UINT_MAX
are nowSIZE_MAX
,bsearch
, I choosed to uselen
,unsigned
are nowsize_t
.Thanks @wizeman for the initial PR and for finding this problem :)