There's no such thing as OFF_MAX so we can't use that. off_t is signed, so use SSIZE_MAX which will typically match the range of off_t.
1.1 KiB
1.1 KiB
There's no such thing as OFF_MAX so we can't use that. off_t is signed, so use SSIZE_MAX which will typically match the range of off_t.