death_single
static state_func_t death_single(void);
if (requested_transition == death_single ||
static state_t current_state = death_single;
if (current_state == death_single)
requested_transition = death_single;
return (state_func_t) death_single;