void Homologation(void){ static enum etat_strategie_t{ STRATEGIE_INIT }etat_strategie; switch(etat_strategie){ case STRATEGIE_INIT: } }