Mercurial > hg > Members > kono > nitros9-code
view docs/ccguide/open.refentry @ 557:7d803625ead8
Signal is not finished at all.
Missing tag in basic09.appendix
author | roug |
---|---|
date | Tue, 22 Oct 2002 19:13:01 +0000 |
parents | fcb97f0ba24b |
children | e43a77fddcbd |
line wrap: on
line source
<refentry id="open"> <refnamediv> <refname>Open</refname> <refpurpose>open a file for read/write access</refpurpose> </refnamediv> <refsynopsisdiv> <funcsynopsis> <funcprototype> <funcdef><function>open</function></funcdef> <paramdef>type <parameter>arg1</parameter></paramdef> </funcprototype> </funcsynopsis> </refsynopsisdiv> <refsect1><title>Assembler Equivalent</title> <para> os9 I$OPEN </para> </refsect1> <refsect1><title>Description</title> <para> Placeholder </para> </refsect1> <refsect1><title>Diagnostics</title> <para> -1 is returned if the file does not exist, if the pathname cannot be searched, if too many files are already open, or if the file permissions deny the requested mode. </para> </refsect1> <refsect1><title>See Also</title> <para> <link linkend="creat">creat()</link>, <link linkend="read">read()</link>, <link linkend="write">write()</link>, <link linkend="dup">dup()</link>, <link linkend="close">close()</link> </para> </refsect1> </refentry>