atexit_handler
struct atexit_handler *ah;
struct atexit_handler *ah, *dead_handlers = NULL, **prevp;
struct atexit_handler *ah_next;
static struct atexit_handler atexit_handler0[NSTATIC_HANDLERS];
static struct atexit_handler *atexit_handler_stack;
static struct atexit_handler *
struct atexit_handler *ah;