466
|
1 <refentry id="prerr">
|
|
2 <refnamediv>
|
468
|
3 <refname>Prerr</refname>
|
|
4 <refpurpose>print error message</refpurpose>
|
466
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
|
9 <funcprototype>
|
|
10 <funcdef><function>prerr</function></funcdef>
|
573
|
11 <paramdef>int <parameter>filnum</parameter></paramdef>
|
|
12 <paramdef>int <parameter>errcode</parameter></paramdef>
|
466
|
13 </funcprototype>
|
|
14 </funcsynopsis>
|
|
15
|
|
16 </refsynopsisdiv>
|
|
17
|
542
|
18 <refsect1><title>Assembler Equivalent</title>
|
|
19 <para>
|
|
20 os9 F$PERR
|
|
21 </para>
|
|
22 </refsect1>
|
|
23
|
466
|
24 <refsect1><title>Description</title>
|
|
25 <para>
|
569
|
26 PRERR prints an error message on the output path as specified
|
|
27 by "filnum" which must be the path number of an open file. The
|
|
28 message depends on "errcode" which will normally be a standard
|
|
29 OS-9 error code.
|
466
|
30 </para>
|
|
31 </refsect1>
|
|
32 </refentry>
|