#ifndef SYMBOLE_H #define SYMBOLE_H struct List{ char token; void ( * Commande)(Etat *); struct List * Lsuiv; } #endif