runcom
if (s == (state_t)runcom)
static state_func_t runcom(void);
static state_t requested_transition = runcom;
return (state_func_t)runcom;