Hacker News new | ask | show | jobs
by oguz-ismail 266 days ago
How is ssize_t any better? It's not part of standard C and is only guaranteed to be capable of holding values between -1 and SSIZE_MAX (minimum 32767, no relation to SIZE_MAX).