I'm newbie to C, but is it `ssize_t` indeed? https://github.com/libxls/libxls/blob/master/include/libxls/ole.h#L181 Should be `size_t`?
I'm newbie to C, but is it
ssize_tindeed?https://github.com/libxls/libxls/blob/master/include/libxls/ole.h#L181
Should be
size_t?