1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
2 /* This function is in the public domain. --Mike Stump. */
6 @deftypefn Supplemental int atexit (void (*@var{f})())
8 Causes function @var{f} to be called at exit. Returns 0.
22 /* If the system doesn't provide a definition for atexit, use on_exit
23 if the system provides that. */