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/atexit.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
    22/* This function is in the public domain.  --Mike Stump. */
     3
     4/*
     5
     6@deftypefn Supplemental int atexit (void (*@var{f})())
     7
     8Causes function @var{f} to be called at exit.  Returns 0.
     9
     10@end deftypefn
     11
     12*/
    313
    414#include "config.h"
Note: See TracChangeset for help on using the changeset viewer.