此处表示 文件指针后退一个字节 小姐 要给分哦 哈哈哈
to ISO C as possible given the restrictions that I'm under. (A real implementation would have fsetpos() borrow some of the same code.)*//*Gregory Pietsch -- My category 0 solution to 8-4*/#defineSEEK_SET 0#defineSEEK_CUR 1#defineSEEK_END 2intfseek(FILE *f,longoffset,intwhence) {...