hp85disk
hp85disk copied to clipboard
the sign of off_t
Hello, I have a small question. It seems that the off_t
type should be signed (according to https://www.man7.org/linux/man-pages/man3/off_t.3type.html). Otherwise lseek
with SEEK_END
would make no sense.
https://github.com/magore/hp85disk/blob/f01043ec2f665c3013bbdf0e7684a5d88652a266/posix/posix.h#L51