Merge pull request #57 from bdoycn/fix-file

docs(file): fix typo
This commit is contained in:
Ruan YiFeng
2021-11-22 14:42:27 +08:00
committed by GitHub

View File

@@ -639,7 +639,7 @@ fseek(fp, 0L, SEEK_SET);
// 定位到文件末尾
fseek(fp, 0L, SEEK_END);
// 从当前位置移2个字节
// 从当前位置移2个字节
fseek(fp, 2L, SEEK_CUR);
// 定位到文件第10个字节