annotate docs/ccguide/write.refentry @ 552:fcb97f0ba24b

All diagnostics added.
author roug
date Wed, 16 Oct 2002 20:02:31 +0000
parents 00e2843836cd
children 7b3be7557b46
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
1 <refentry id="write">
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
2 <refnamediv>
468
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
3 <refname>Write</refname>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
4 <refname>Writeln</refname>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
5 <refpurpose>write to a file or device</refpurpose>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
6 </refnamediv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
7
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
8 <refsynopsisdiv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
9 <funcsynopsis>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
10 <funcprototype>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
11 <funcdef><function>write</function></funcdef>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
12 <paramdef>type <parameter>arg1</parameter></paramdef>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
13 </funcprototype>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
14 </funcsynopsis>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
15
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
16 </refsynopsisdiv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
17
548
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
18 <refsect1><title>Assembler Equivalent</title>
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
19 <para>
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
20 os9 I$WRITE
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
21 </para>
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
22 <para>
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
23 os9 I$WRITLN
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
24 </para>
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
25 </refsect1>
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
26
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
27 <refsect1><title>Description</title>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
28 <para>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
29 Placeholder
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
30 </para>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
31 </refsect1>
548
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
32
552
fcb97f0ba24b All diagnostics added.
roug
parents: 548
diff changeset
33 <refsect1><title>Diagnostics</title>
fcb97f0ba24b All diagnostics added.
roug
parents: 548
diff changeset
34 <para>
fcb97f0ba24b All diagnostics added.
roug
parents: 548
diff changeset
35 -1 is returned if "pn" is a bad path number, of "count" is
fcb97f0ba24b All diagnostics added.
roug
parents: 548
diff changeset
36 ridiculous or on physical i/o error.
fcb97f0ba24b All diagnostics added.
roug
parents: 548
diff changeset
37 </para>
fcb97f0ba24b All diagnostics added.
roug
parents: 548
diff changeset
38 </refsect1>
fcb97f0ba24b All diagnostics added.
roug
parents: 548
diff changeset
39
548
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
40 <refsect1><title>See Also</title>
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
41 <para>
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
42 <link linkend="creat">creat()</link>,
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
43 <link linkend="open">open()</link>
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
44 </para>
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
45 </refsect1>
00e2843836cd All "See Also" implemented
roug
parents: 468
diff changeset
46
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
47 </refentry>