#ifndef GST_CONTROLEUR #define GST_CONTROLEUR #include #include typedef struct cb_st * cb_st; cb_st cb_init (int *actif, int *entree, int *sortie); void cb_evalue (cb_st cb); void cb_libere (cb_st cb); #endif /* GST_CONTROLEUR */