annotate docs/ccguide/prerr.refentry @ 2106:c4c7facbd082

Fixed up some warnings
author boisy
date Sat, 07 Oct 2006 12:11:22 +0000
parents d9ab3688bb71
children
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="prerr">
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>Prerr</refname>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
4 <refpurpose>print error message</refpurpose>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
5 </refnamediv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
6
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
7 <refsynopsisdiv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
8 <funcsynopsis>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
9 <funcprototype>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
10 <funcdef><function>prerr</function></funcdef>
573
d9ab3688bb71 All function prototypes are added.
roug
parents: 569
diff changeset
11 <paramdef>int <parameter>filnum</parameter></paramdef>
d9ab3688bb71 All function prototypes are added.
roug
parents: 569
diff changeset
12 <paramdef>int <parameter>errcode</parameter></paramdef>
466
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
542
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
18 <refsect1><title>Assembler Equivalent</title>
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
19 <para>
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
20 os9 F$PERR
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
21 </para>
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
22 </refsect1>
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
23
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
24 <refsect1><title>Description</title>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
25 <para>
569
3cd7606d9c7b Several functions ready.
roug
parents: 542
diff changeset
26 PRERR prints an error message on the output path as specified
3cd7606d9c7b Several functions ready.
roug
parents: 542
diff changeset
27 by "filnum" which must be the path number of an open file. The
3cd7606d9c7b Several functions ready.
roug
parents: 542
diff changeset
28 message depends on "errcode" which will normally be a standard
3cd7606d9c7b Several functions ready.
roug
parents: 542
diff changeset
29 OS-9 error code.
466
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>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
32 </refentry>