466
|
1 <refentry id="write">
|
|
2 <refnamediv>
|
468
|
3 <refname>Write</refname>
|
|
4 <refname>Writeln</refname>
|
|
5 <refpurpose>write to a file or device</refpurpose>
|
466
|
6 </refnamediv>
|
|
7
|
|
8 <refsynopsisdiv>
|
|
9 <funcsynopsis>
|
|
10 <funcprototype>
|
|
11 <funcdef><function>write</function></funcdef>
|
|
12 <paramdef>type <parameter>arg1</parameter></paramdef>
|
|
13 </funcprototype>
|
|
14 </funcsynopsis>
|
|
15
|
|
16 </refsynopsisdiv>
|
|
17
|
548
|
18 <refsect1><title>Assembler Equivalent</title>
|
|
19 <para>
|
|
20 os9 I$WRITE
|
|
21 </para>
|
|
22 <para>
|
|
23 os9 I$WRITLN
|
|
24 </para>
|
|
25 </refsect1>
|
|
26
|
466
|
27 <refsect1><title>Description</title>
|
|
28 <para>
|
|
29 Placeholder
|
|
30 </para>
|
|
31 </refsect1>
|
548
|
32
|
552
|
33 <refsect1><title>Diagnostics</title>
|
|
34 <para>
|
|
35 -1 is returned if "pn" is a bad path number, of "count" is
|
|
36 ridiculous or on physical i/o error.
|
|
37 </para>
|
|
38 </refsect1>
|
|
39
|
548
|
40 <refsect1><title>See Also</title>
|
|
41 <para>
|
|
42 <link linkend="creat">creat()</link>,
|
|
43 <link linkend="open">open()</link>
|
|
44 </para>
|
|
45 </refsect1>
|
|
46
|
466
|
47 </refentry>
|