autodoc.git/
traditional_manual/
chapter_9.html
Branch:
Tag:
Non-build tags
All tags
No tags
2008-09-05
2008-09-05 13:23:26 by Martin Stjernholm <mast@lysator.liu.se>
d46ecde9bbe405f8829a67e5e0791281d8e79d83 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Documented the return value from open().
Rev: src/modules/files/file.c:1.395
675:
<code class='expr'>00666</code>, but note that on UNIX systems it's masked with the process umask before use.</p> </dd>
+
<dt class='head--doc'>Returns</dt>
+
<dd class='body--doc'><p>Returns nonzero on success and <code class='expr'>0</code> (zero) on failure. If
+
there is a failure then <code>errno</code> returns the error code.</p>
+
</dd>
<dt class='head--doc'>See also</dt> <dd class='body--doc'><p><code>close()</code></p> </dd></dl>