Mercurial > hg > Members > kono > nitros9-code
annotate docs/ccguide/exit.refentry @ 468:60b821f18853
A little here and there.
author | roug |
---|---|
date | Thu, 03 Oct 2002 21:39:06 +0000 |
parents | bea58398bb15 |
children | 73319ee6a57e |
rev | line source |
---|---|
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> | |
12 <paramdef>type <parameter>arg1</parameter></paramdef> | |
13 </funcprototype> | |
14 </funcsynopsis> | |
15 | |
16 </refsynopsisdiv> | |
17 | |
18 <refsect1><title>Description</title> | |
19 <para> | |
20 Placeholder | |
21 </para> | |
22 </refsect1> | |
23 </refentry> |