SyntaxFix
Write A Post
Hire A Developer
Questions
ssize_t is not included in the standard and isn't portable. size_t should be used when handling the size of objects (there's ptrdiff_t too, for pointer differences).
ssize_t
size_t
ptrdiff_t