/[cvs]/ccvs/lib/atexit.c
ViewVC logotype

Diff of /ccvs/lib/atexit.c

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

revision 1.1 by dprice, Tue Sep 30 21:06:00 2003 UTC revision 1.2 by dprice, Mon Sep 19 21:26:13 2005 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  #include "config.h"  #ifdef HAVE_CONFIG_H
5    # include <config.h>
6    #endif
7    
8  int  int
9  atexit (void (*f) (void))  atexit (void (*f) (void))

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

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