Test commit
[cogito/jonas.git] / Documentation / tutorial-script / 0012-charlie-lexer_h
blob6f7f8b4c984684c9b8c2f6243e54f9852ab83026
1 /*
2  * lexer.h -- Lexical analysis for RPN
3  *
4  * (c) 2005 Horst H. von Brand
5  * Licensed under the Open Software License version 2.1
6  */
8 #ifndef LEXER_H
9 #define LEXER_H
10 extern double val;
12 extern int getsym(void);
13 #endif /* LEXER_H */