view docs/ccguide/abort.refentry @ 2168:fbfc56b826bf

Makin' changines
author boisy
date Sat, 24 May 2008 12:52:17 +0000
parents fbd69aa261ce
children
line wrap: on
line source

<refentry id="abort">
<refnamediv>
<refname>Abort</refname>
<refpurpose>stop the program and produce a core dump</refpurpose>
</refnamediv>

<refsynopsisdiv>
<funcsynopsis>
<funcprototype>
  <funcdef><function>abort</function></funcdef>
  <void/>
</funcprototype>
</funcsynopsis>

</refsynopsisdiv>

<refsect1><title>Description</title>
<para>
This call causes a memory image to be written out to the file
"core" in the current directory, and then the program exits
with a status of 1.
</para>
</refsect1>
</refentry>