We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebe252 commit 5050bbeCopy full SHA for 5050bbe
reference/cstdio/fpos_t.md
@@ -12,7 +12,7 @@ namespace std {
12
## 概要
13
ファイルの位置を保持するための型。
14
15
-[`fseek()`](/reference/cstdio/fseek.md.nolink)関数や[`ftell()`](/reference/cstdio/ftell.md.nolink)関数とは違い、巨大なファイルやマルチバイトファイルに対しても適切に動作するすることを目的に設計された。
+[`fgetpos()`](/reference/cstdio/fgetpos.md.nolink)関数や[`fsetpos()`](/reference/cstdio/fsetpos.md.nolink)関数で用いられる。これらの関数は[`fseek()`](/reference/cstdio/fseek.md.nolink)関数や[`ftell()`](/reference/cstdio/ftell.md.nolink)関数と違い、巨大なファイルやマルチバイトファイルに対しても適切に動作するすることを目的に設計された。
16
17
## 例
18
```cpp example
0 commit comments