466
|
1 <refentry id="abort">
|
|
2 <refnamediv>
|
|
3 <refname>Abort</refname>
|
|
4 <refpurpose>stop the program and produce a core dump</refpurpose>
|
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
|
9 <funcprototype>
|
|
10 <funcdef><function>abort</function></funcdef>
|
632
|
11 <void/>
|
466
|
12 </funcprototype>
|
|
13 </funcsynopsis>
|
|
14
|
|
15 </refsynopsisdiv>
|
|
16
|
|
17 <refsect1><title>Description</title>
|
|
18 <para>
|
|
19 This call causes a memory image to be written out to the file
|
|
20 "core" in the current directory, and then the program exits
|
|
21 with a status of 1.
|
|
22 </para>
|
|
23 </refsect1>
|
|
24 </refentry>
|