Files
compilateur-l/header/affiche_arbre_abstrait.h
2016-03-01 16:13:24 +01:00

10 lines
134 B
C

#ifndef __AFFICHE_ARBRE_ABSTRAIT__
#define __AFFICHE_ARBRE_ABSTRAIT__
#include "syntabs.h"
void affiche_n_prog(n_prog *n);
#endif