1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
2 /* This function is in the public domain. --Mike Stump. */
7 atexit (void (*f
) (void))
9 /* If the system doesn't provide a definition for atexit, use on_exit
10 if the system provides that. */