Makefile: allow to override the build type variable.
[TP_AL_C.git] / lexer / lexical_analyzer.h
1 #ifndef LEXICAL_ANALYZER_H_
2 #define LEXICAL_ANALYZER_H_
3
4 int scanner(void);
5
6 #endif /* LEXICAL_ANALYZER_H_ */