/[gnats]/gnats/libiberty/xexit.c
ViewVC logotype

Diff of /gnats/libiberty/xexit.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pdm, Mon Dec 10 23:03:26 2001 UTC revision 1.3 by chewie, Sat Nov 13 05:14:17 2004 UTC
# Line 17  License along with libiberty; see the fi Line 17  License along with libiberty; see the fi
17  to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,  to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18  Boston, MA 02111-1307, USA.  */  Boston, MA 02111-1307, USA.  */
19    
20    /*
21    
22    @deftypefn Replacement void xexit (int @var{code})
23    
24    Terminates the program.  If any functions have been registered with
25    the @code{xatexit} replacement function, they will be called first.
26    Termination is handled via the system's normal @code{exit} call.
27    
28    @end deftypefn
29    
30    */
31    
32  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
33  #include "config.h"  #include "config.h"
34  #endif  #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26