#ifndef GST_MEM_PRINCIPALE #define GST_MEM_PRINCIPALE #include #include typedef struct mp_st * mp_st; /* Le tableau contient au plus taille_tab instructions */ mp_st mp_init (int *actif, int *le, int *adresse, int *donnees, int *tab_memoire, int taille_tab); void mp_evalue (mp_st mem); void mp_libere (mp_st mem); #endif /* GST_MEM_PRINCIPALE */