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

Diff of /gnats/libiberty/atexit.c

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

revision 1.2 by jsm, Tue Oct 26 07:10:16 1999 UTC revision 1.3 by chewie, Sat Nov 13 05:14:17 2004 UTC
# Line 1  Line 1 
1  /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */  /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
2  /* This function is in the public domain.  --Mike Stump. */  /* This function is in the public domain.  --Mike Stump. */
3    
4    /*
5    
6    @deftypefn Supplemental int atexit (void (*@var{f})())
7    
8    Causes function @var{f} to be called at exit.  Returns 0.
9    
10    @end deftypefn
11    
12    */
13    
14  #include "config.h"  #include "config.h"
15    
16  #ifdef HAVE_ON_EXIT  #ifdef HAVE_ON_EXIT

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