diff docs/ccguide/abort.refentry @ 466:bea58398bb15

Skeletons for the C Compiler User's Guide, 1983
author roug
date Wed, 02 Oct 2002 21:17:53 +0000
parents
children fbd69aa261ce
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/ccguide/abort.refentry	Wed Oct 02 21:17:53 2002 +0000
@@ -0,0 +1,24 @@
+<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>