Mercurial > hg > Members > kono > nitros9-code
view docs/ccguide/abort.refentry @ 605:96ad5be1860b
All refentries finished.
author | roug |
---|---|
date | Fri, 15 Nov 2002 21:49:51 +0000 |
parents | bea58398bb15 |
children | fbd69aa261ce |
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>