tmp/tmp1szffn89/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**Table: `seekoff` effects** <a id="filebuf.seekoff">[filebuf.seekoff]</a>
|
| 2 |
+
|
| 3 |
+
| `way` Value | `stdio` Equivalent |
|
| 4 |
+
| ---------------- | ------------------ |
|
| 5 |
+
| `basic_ios::beg` | `SEEK_SET` |
|
| 6 |
+
| `basic_ios::cur` | `SEEK_CUR` |
|
| 7 |
+
| `basic_ios::end` | `SEEK_END` |
|
| 8 |
+
|