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