Files
c_soft/soft/clexical.h
2024-10-30 19:08:46 +08:00

14 lines
104 B
C

#ifndef clexical_h__
#define clexical_h__
int lex_analysis(const char* text , int len);
#endif