lseek. #include <fcntl.h> #include <sys/types.h> #include <unistd.h> #include <stdio.h> // printf() #include <stdlib.h> // exit() int main() { int fd ...
確定! 回上一頁