... O_RDONLY); if (infile_fd == -1) return 1; lseek(infile_fd, arg_pos1->number, SEEK_SET); // ^ check return value int outfile_fd; ...
確定! 回上一頁