You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
icelee123
changed the title
[Question] why define SSIZE_MAX as (LLONG_MAX >> 1)
[Question] why define SSIZE_MAX as (LLONG_MAX >> 1) in sds.h
May 27, 2022
why not LLONG_MAX but LLONG_MAX / 2 ?
The text was updated successfully, but these errors were encountered: