Major code revamping:
[TP_AL_C.git] / lexer / lexical_analyzer.h
1 #ifndef LEXICAL_ANALYZER_H_
2 #define LEXICAL_ANALYZER_H_
3
4 int scanner();
5
6 #endif /* LEXICAL_ANALYZER_H_ */