#ifndef GST_COND #define GST_COND #include #include #include "gst_bus.h" #define NBRE_COND 4 #define N 0 #define Z 1 #define C 2 #define V 3 typedef struct cond_st * cond_st; cond_st cond_init (FIL *entree, int *sortie, int *force, int *drapeau_n, int *drapeau_z, int *drapeau_c, int *drapeau_v); void cond_evalue (cond_st cond); void cond_libere (cond_st cond); #endif /* GST_COND */