autodoc.git/
traditional_manual/
chapter_9.html
Branch:
Tag:
Non-build tags
All tags
No tags
2003-04-01
2003-04-01 18:58:28 by Martin Stjernholm <mast@lysator.liu.se>
4121b1896f1c3c40fc0d165cdd6699462f40047a (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Small spelling fix.
Rev: src/modules/files/file.c:1.266
804:
<dt class='head--doc'>Description</dt> <dd class='body--doc'><p>Seek to a specified offset in a file.</p>
-
<p> If <code>mult</code> or <code>add</code> are specified, <code>pos</code> will be
claculated
as
+
<p> If <code>mult</code> or <code>add</code> are specified, <code>pos</code> will be
calculated
as
<code class='expr'><code>pos</code> = <code>unit</code>*<code>mult</code> + <code>add</code></code>.</p> <p> If <code>pos</code> is negative it will be relative to the start of the file, otherwise it will be an absolute offset from the start of the file.</p>