mirror of
https://github.com/wangdoc/clang-tutorial.git
synced 2026-04-27 12:09:53 +08:00
docs(file): fix typo
This commit is contained in:
@@ -639,7 +639,7 @@ fseek(fp, 0L, SEEK_SET);
|
|||||||
// 定位到文件末尾
|
// 定位到文件末尾
|
||||||
fseek(fp, 0L, SEEK_END);
|
fseek(fp, 0L, SEEK_END);
|
||||||
|
|
||||||
// 从当前位置前移2个字节
|
// 从当前位置后移2个字节
|
||||||
fseek(fp, 2L, SEEK_CUR);
|
fseek(fp, 2L, SEEK_CUR);
|
||||||
|
|
||||||
// 定位到文件第10个字节
|
// 定位到文件第10个字节
|
||||||
|
|||||||
Reference in New Issue
Block a user