2014年7月28日

以Append方式打开文件,设置偏移量无效

摘要: 1 #include 2 3 int main() 4 { 5 FILE * fd = fopen("btoo1.c", "ab+"); 6 fpos_t p ; 7 int fp = fgetpos(fd, &p); 8 printf("bef seek: f... 阅读全文

posted @ 2014-07-28 14:42 JohnChain 阅读(623) 评论(0) 推荐(0) 编辑

导航