#include <unistd.h> off_t lseek(int fildes, off_t offset, int whence); DESCRIPTION The lseek() function repositions the offset of the file descriptor fildes ...
確定! 回上一頁