Ejemplo n.º 1
0
void mu_consume()
{
    /* call the current consume function */
    execute_xtk(state->eat);  
}
Ejemplo n.º 2
0
static void consume()
{
    execute_xtk(state->eat);      /* call the current consume function */
}