466
|
1 <refentry id="read">
|
|
2 <refnamediv>
|
468
|
3 <refname>Read</refname>
|
|
4 <refpurpose>read from a file</refpurpose>
|
466
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
|
9 <funcprototype>
|
|
10 <funcdef><function>read</function></funcdef>
|
|
11 <paramdef>type <parameter>arg1</parameter></paramdef>
|
|
12 </funcprototype>
|
|
13 </funcsynopsis>
|
|
14
|
|
15 </refsynopsisdiv>
|
|
16
|
542
|
17 <refsect1><title>Assembler Equivalent</title>
|
|
18 <para>
|
|
19 os9 I$READ
|
|
20 </para>
|
|
21 <para>
|
|
22 os9 I$READLN
|
|
23 </para>
|
|
24 </refsect1>
|
|
25
|
466
|
26 <refsect1><title>Description</title>
|
|
27 <para>
|
|
28 Placeholder
|
|
29 </para>
|
|
30 </refsect1>
|
542
|
31
|
|
32 <refsect1><title>See Also</title>
|
|
33 <para>
|
|
34 <link linkend="open">open()</link>,
|
|
35 <link linkend="creat">creat()</link>,
|
|
36 <link linkend="dup">dup()</link>
|
|
37 </para>
|
|
38 </refsect1>
|
|
39
|
466
|
40 </refentry>
|