pwrite

写入起始地址的偏移量,写入地址=文件开始+offset
注意:执行后,文件偏移指针不变

ssize_t pread(int fd, void *buf, size_t count, off_t offset);
ssize_t pwrite(int fd, const void *buf, size_t count, off_t offset);
posted @ 2015-05-30 12:07  thomas_blog  阅读(167)  评论(0编辑  收藏  举报