Mercurial > hg > Members > kono > nitros9-code
annotate docs/ccguide/open.refentry @ 484:13ca57c5a987
Added ChangeLog, modified Makefile to include file in archive
author | boisy |
---|---|
date | Wed, 09 Oct 2002 14:25:21 +0000 |
parents | 60b821f18853 |
children | 73319ee6a57e |
rev | line source |
---|---|
466 | 1 <refentry id="open"> |
2 <refnamediv> | |
468 | 3 <refname>Open</refname> |
4 <refpurpose>open a file for read/write access</refpurpose> | |
466 | 5 </refnamediv> |
6 | |
7 <refsynopsisdiv> | |
8 <funcsynopsis> | |
9 <funcprototype> | |
10 <funcdef><function>open</function></funcdef> | |
11 <paramdef>type <parameter>arg1</parameter></paramdef> | |
12 </funcprototype> | |
13 </funcsynopsis> | |
14 | |
15 </refsynopsisdiv> | |
16 | |
17 <refsect1><title>Description</title> | |
18 <para> | |
19 Placeholder | |
20 </para> | |
21 </refsect1> | |
22 </refentry> |