14 lines
104 B
C
14 lines
104 B
C
#ifndef clexical_h__
|
|
#define clexical_h__
|
|
|
|
|
|
|
|
int lex_analysis(const char* text , int len);
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|