Changeset 609 for branches/GNU/src/binutils/libiberty/atexit.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/libiberty/atexit.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */ 2 2 /* 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 */ 3 13 4 14 #include "config.h" -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.