Mercurial > hg > Members > kono > nitros9-code
annotate docs/ccguide/exit.refentry @ 472:f0c8d53e5a50
entered: chdir chmod qsort strass toupper tsleep wait
author | roug |
---|---|
date | Sun, 06 Oct 2002 09:10:36 +0000 |
parents | 60b821f18853 |
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> |