repo.or.cz
/
cogito
/
jonas.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Test commit
[cogito/jonas.git]
/
Documentation
/
tutorial-script
/
0012-charlie-lexer_h
blob
6f7f8b4c984684c9b8c2f6243e54f9852ab83026
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
*/
7
8
#ifndef LEXER_H
9
#define LEXER_H
10
extern double val;
11
12
extern int getsym(void);
13
#endif /* LEXER_H */