Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/libiberty/xexit.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    1717to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    1818Boston, MA 02111-1307, USA.  */
     19
     20/*
     21
     22@deftypefn Replacement void xexit (int @var{code})
     23
     24Terminates the program.  If any functions have been registered with
     25the @code{xatexit} replacement function, they will be called first.
     26Termination is handled via the system's normal @code{exit} call.
     27
     28@end deftypefn
     29
     30*/
    1931
    2032#ifdef HAVE_CONFIG_H
Note: See TracChangeset for help on using the changeset viewer.