13 satır
No EOL
135 B
C
13 satır
No EOL
135 B
C
#ifndef SYMBOLE_H
|
|
#define SYMBOLE_H
|
|
|
|
|
|
struct List{
|
|
char token;
|
|
void ( * Commande)(Etat *);
|
|
struct List * Lsuiv;
|
|
}
|
|
|
|
|
|
|
|
#endif |