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>
|
|
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 F$PERR
|
|
20 </para>
|
|
21 </refsect1>
|
|
22
|
466
|
23 <refsect1><title>Description</title>
|
|
24 <para>
|
569
|
25 PRERR prints an error message on the output path as specified
|
|
26 by "filnum" which must be the path number of an open file. The
|
|
27 message depends on "errcode" which will normally be a standard
|
|
28 OS-9 error code.
|
466
|
29 </para>
|
|
30 </refsect1>
|
|
31 </refentry>
|