The standard library function fseek (Chapter 10, Section 10.4) is built on top of lseek. The call #include <sys/types.h> #include <unistd.h> off_t lseek(int ...
確定! 回上一頁