success of lseek system call in c
关于
如果值为
如果值不是
来自我系统的手册页,
Upon successful completion,
lseek() returns the resulting offset location as measured in bytes from the beginning of the file. On error, the value(off_t)-1 is returned anderrno is set to indicate the error.
有人提到
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/269372.html