发布时间:2013-12-20 16:58:32
使用技巧:len = lseek(fd, 0, SEEK_END);这样可以获取文件的大小 fd为文件描述符函数名: lseek功 能: 移动文件读/写指针头文件:#include <sys/types.h> #include <unistd.h>用 法: off_t lseek(int handle, off_t offset, int fromwhere);所有打开的文件都有一个当前文件偏移量(current file offse.........【阅读全文】
阅读(635) | 评论(0) | 转发(0)