As for the use of lseek(<fd>, 0, SEEK_END), you use it to position your file descriptor (and file pointer) at the end of a file. If you're using stdin, or ...
確定! 回上一頁