Initial Commit
This commit is contained in:
10
header/analyseur_lexical.h
Normal file
10
header/analyseur_lexical.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user