lseek. Syntax. #include <unistd.h> off_t lseek(int fd, off_t offset, int whence);. Description ... Example. lseek(fd, 12, SEEK_CUR); /* skip 12 bytes */ ...
確定! 回上一頁