文件I/O(1)

 lseek函數: off_t lseek(int fd ,off-t offset, int whence)  調用#include <sys/types.h>和#include <unistd.h>頭文件可使用該函數,該函數調用成功會放回新的文件位移量,若出錯爲-1 參數:           fd:已打開文件的描述符。           offset:位移量           whenc
相關文章
相關標籤/搜索