466
|
1 <refentry id="exit">
|
|
2 <refnamediv>
|
468
|
3 <refname>Exit</refname>
|
|
4 <refname>_Exit</refname>
|
|
5 <refpurpose>task termination</refpurpose>
|
466
|
6 </refnamediv>
|
|
7
|
|
8 <refsynopsisdiv>
|
|
9 <funcsynopsis>
|
|
10 <funcprototype>
|
|
11 <funcdef><function>exit</function></funcdef>
|
570
|
12 <paramdef>int <parameter>status</parameter></paramdef>
|
|
13 </funcprototype>
|
|
14
|
|
15 <funcprototype>
|
|
16 <funcdef><function>_exit</function></funcdef>
|
|
17 <paramdef>int <parameter>status</parameter></paramdef>
|
466
|
18 </funcprototype>
|
|
19 </funcsynopsis>
|
|
20
|
|
21 </refsynopsisdiv>
|
|
22
|
542
|
23 <refsect1><title>Assembler Equivalent</title>
|
|
24 <para>
|
|
25 os9 F$EXIT
|
|
26 </para>
|
|
27 </refsect1>
|
|
28
|
466
|
29 <refsect1><title>Description</title>
|
|
30 <para>
|
|
31 Placeholder
|
|
32 </para>
|
|
33 </refsect1>
|
542
|
34
|
|
35 <refsect1><title>See Also</title>
|
|
36 <para>
|
|
37 <link linkend="wait">wait()</link>
|
|
38 </para>
|
|
39 </refsect1>
|
466
|
40 </refentry>
|