• 2022-06-15
    将光标定位在文件开始位置可以使用( )操作完成
    A: lseek(fd,0,SEEK_SET)
    B: lseek(fd,0,SEEK_CUR)
    C: lseek(fd,0,SEEK_END)
    D: open(fd,O_RDWR)