摘要:
int fseek(FILE *stream, long offset, int fromwhere);fseek 用于二进制方式打开的文件,移动文件读写指针位置. fseek(in,-1L,1); -- 文件流in, 零点为当前指针位置,SEEK_CUR 就是 1, -1L -- 文件指针回退1个字节int fseek( FILE *stream, long offset, int o... 阅读全文
posted @ 2014-04-24 10:35
qq921201008
阅读(249)
评论(0)
推荐(0)

浙公网安备 33010602011771号