11 lines
186 B
C
11 lines
186 B
C
#ifndef __LIRE_UNITE__
|
|
#define __LIRE_UNITE__
|
|
|
|
#include "stdio.h"
|
|
|
|
int yylex(void);
|
|
void nom_token( int token, char *nom, char *valeur );
|
|
void test_yylex_internal( FILE *yyin );
|
|
|
|
#endif
|